If you are using a TCP transport channel, you can use TCP transport channel custom properties to configure internal TCP transport channel properties.
Use the listenBacklog property to specify the maximum number of outstanding connection requests that the operating system can buffer while it waits for the application server to accept the connections. If a client attempts to connect when this operating system buffer is full, the connect request is rejected. The value of this property is specific to each transport.
If you need to control the number of concurrent connections, use the Maximum open connections field on the administrative console TCP transport channel settings page.
Data type | Integer |
Default | 511 |