Chuck,

I would like tomcat to use a maximum of (say) 5 sockets on my system.
Further connection requests should be dropped. How may I achieve that ?

> The acceptCount is the value used by the platform's TCP/IP stack
> to limit the number of HTTP connection requests held in a queue.
> The number actually in the queue at any given time is invisible to
> Tomcat.

Which API is consumed by tomcat to relay the parameter to platform ?

Timir

Reply via email to