Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Choosing a Jetty Connector

Hi,

Are there any guidelines as to when it's best to use which connector
implementation?

I've found that I get significantly better performance using
BlockingChannelConnector instead of SelectChannelConnector.  Is this
to be expected?

What I have behind jetty in my tests is 100% blocking with sub-10ms latency.

thanks,
Dan


Back to the top