Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty server 8.x - number of acceptors

typically the rule of thumb is one acceptor thread per physical cpu

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx


On Wed, Oct 2, 2013 at 1:39 PM, Yair Ogen (yaogen) <yaogen@xxxxxxxxx> wrote:

Does anyone know what should be the relationship between the number of acceptors and the max number of handler threads?

 

We have some servers that use 4000 threads and naturally 1 selector (as defined by default) is not good enough.

 

And “formulas” out there?

 

Thanks,

 

Yair

 


_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users



Back to the top