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 <[email protected]> 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 _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
