Acceptor count is based on your number of CPU cores.

https://github.com/eclipse/jetty.project/blob/jetty-9.3.4.v20151007/jetty-server/src/main/java/org/eclipse/jetty/server/AbstractConnector.java#L192-L197

Selector count is also based on your number of CPU cores.

https://github.com/eclipse/jetty.project/blob/jetty-9.3.4.v20151007/jetty-server/src/main/java/org/eclipse/jetty/server/ServerConnector.java#L229-L230


Joakim Erdfelt / [email protected]

On Tue, Oct 20, 2015 at 9:22 AM, [email protected] <[email protected]>
wrote:

> Hi,
> I would like to know what is the default number of acceptors in jetty
> 9.3.4 ?
> And also the default number of selectors in jetty 9.3.4 ?
>
>
> Regards,
> Poornima.
> _______________________________________________
> jetty-users mailing list
> [email protected]
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to