If you are using a TCP transport channel, you can add the following custom property to the configuration settings for that channel.
Following are the descriptions of the TCP transport channel custom properties provided with the product. These properties are not shown on the settings page for an TCP transport channel.
Use the listenBacklog property to specify the maximum number of outstanding connect 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 |