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

Acceptors rule of thumb is one per cpu, anymore more is a waste I believe

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Fri, Oct 1, 2010 at 18:29, Kashyap Amin <kashyapramin@xxxxxxxxx> wrote:
> 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.
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
>


Back to the top