Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] High load config for Jetty 7

you may try to increase number of <Acceptors> in SelectChannelConnector
and also add <AcceptQueueSize> .
AcceptQueueSize -  default is set to 0 (as it is <1 , java nio serversocket.bind defaults it to 50) - so make it something greater than 50.

-Kashyap Amin.

Back to the top