Skip to main content

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

Hi,

Anyone?

I have read the connector javadoc, just wondering if it's to be
expected that BlockingChannelConnector is faster than
SelectChannelConnector where service is implemented as blocking and
with low latency.

thanks,
Dan

On Tue, May 13, 2014 at 11:37 AM, Daniel Feist <dfeist@xxxxxxxxx> wrote:
> 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