From 1917fa6e6c083e6c44bb4c32a88abfc0c621a28a Mon Sep 17 00:00:00 2001
From: markt The BIO implementation supports the following Java TCP socket attributes
- in addition to the common Connector and AJP attributes listed above. The BIO implementation supports the following attributes in addition to
+ the common Connector and AJP attributes listed above. The maximum number of connections that the server will accept and
+ process at any given time. When this number has been reached, the server
+ will not accept any more connections until the number of connections
+ falls below this value. The operating system may still accept
+ connections based on the (int)The socket receive buffer (SO_RCVBUF) size in bytes. JVM default
used if not set.acceptCount setting. Default value
+ is 10000.
The maximum number of connections that the server will accept and process
- at any given time. When this number has been reached, the server will not accept any more
- connections until the number of connections reach below this value. The operating system may still accept connections based
- on the acceptCount setting.
- This setting is currently only applicable to the blocking Java connectors (AJP/HTTP).
- Default value is 10000.
Limits the total length of trailing headers in the last chunk of
a chunked HTTP request. If the value is There are no BIO specific configuration settings. The following attributes are specific to the BIO connector. The maximum number of connections that the server will accept and
+ process at any given time. When this number has been reached, the server
+ will not accept any more connections until the number of connections
+ falls below this value. The operating system may still accept
+ connections based on the -1, no limit will be
@@ -554,8 +545,21 @@
acceptCount setting. Default value
+ is 10000.