Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-dev] What are Jetty 9s most performant APIs to use?

Greg, 
Thanks for the reply.

I did indeed go for ServerConnector and combined it with Continuations to
achieve thread-less waiting. It works fine even with Thread Pools of the
minimum size (10) threads.  

Is there any chance that in future versions of Jetty the minimum # threads
in the pool may be lower then 10 so that they can be set  equal to the
number of CPU cores. Lesser threads seem to work faster. 

Also because for small foot-print embedded servers (e.g. Occasional low
frequency browser access to a Raspberry Pi  that is part of a home
automation system) 10 threads is overkill.  

TIA



--
View this message in context: http://jetty.4.x6.nabble.com/What-are-Jetty-9s-most-performant-APIs-to-use-tp4962539p4962732.html
Sent from the Jetty Dev mailing list archive at Nabble.com.


Back to the top