| setnspartition_maxconn |
Use this method to set maximum number of concurrent connections that can be open in the partition. A zero value indicates no limit on number of open connections. |
Syntax |
Parameters |
partitionname |
Name of the Partition. Must begin with an ASCII alphanumeric or underscore (_) character, and must contain only ASCII alphanumeric, underscore, hash (#), period (.), space, colon (:), at (@), equals (=), and hyphen (-) characters. This is mandatory parameter. |
maxconn |
Maximum number of concurrent connections that can be open in the partition. A zero value indicates no limit on number of open connections. Default value = 1024. |
Return Value |
Returns simpleResult |
See Also |