Interesting side effect of Blocking connectors you have discovered. We will likely not be fixing this, as Jetty 9.x is our current live development tree, and we've dropped all of the blocking connectors from it anyway.
-- Joakim Erdfelt <[email protected]> webtide.com <http://www.webtide.com/> - intalio.com/jetty Expert advice, services and support from from the Jetty & CometD experts eclipse.org/jetty - cometd.org On Mon, May 12, 2014 at 5:55 AM, Per Steffensen <[email protected]> wrote: > Seems like there is some bug/problem in > org.eclipse.jetty.server.bio.SocketConnector (in 8.1.10), but I will not > dive more into it, since my problem with it is solved now (by changing to > SelectChannelConnector) > > > On 12/05/14 14:40, Per Steffensen wrote: > > Tried switching from "org.eclipse.jetty.server.bio.SocketConnector" to > "org.eclipse.jetty.server.nio.SelectChannelConnector" > <Call name="addConnector"> > <Arg> > <New class="org.eclipse.jetty.server.nio.SelectChannelConnector"> > <Call class="java.lang.System" name="setProperty"> > <Arg>log4j.configuration</Arg> <Arg>etc/log4j.properties</Arg> </Call> > <Set name="host"><SystemProperty name="jetty.host" /></Set> > <Set name="port"><SystemProperty name="jetty.port" > default="8983"/></Set> > <Set name="maxIdleTime">50000</Set> > <Set name="Acceptors">2</Set> > <Set name="statsOn">false</Set> > <Set name="confidentialPort">8443</Set> > <Set name="lowResourcesConnections">5000</Set> > <Set name="lowResourcesMaxIdleTime">5000</Set> > </New> > </Arg> > </Call> > And the problem seems to disappear - with the above connector-config I > consistently get 2 secs response-time. > > It is just that Solr seems to recommend > org.eclipse.jetty.server.bio.SocketConnector > > http://svn.apache.org/repos/asf/lucene/dev/branches/branch_4x/solr/example/etc/jetty.xml(where > they build 4.x releases) > http://svn.apache.org/repos/asf/lucene/dev/trunk/solr/example/etc/jetty.xml(planed > for future 5.x releases) > > Regards, Per Steffensen > > > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > >
_______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
