[ https://issues.apache.org/jira/browse/SOLR-128?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12499417 ]
Yonik Seeley commented on SOLR-128: ----------------------------------- Hmmm, some bad interaction with persistent connections and POST (which solr.py uses)? I switched the method to use GET, and it finished 10k connections in 6.3sec Many browsers (incorrectly) send a CR+LF after the post body. The python httplib does not do this... I wonder if that's the issue (the server waiting for the possible CR+LF so it can throw it away?) The delay seems to be about 40ms > Include Newer version of Jetty > ------------------------------ > > Key: SOLR-128 > URL: https://issues.apache.org/jira/browse/SOLR-128 > Project: Solr > Issue Type: Improvement > Components: update > Reporter: Ryan McKinley > Assigned To: Ryan McKinley > Priority: Minor > Attachments: jetty-6.3-example.zip, Jetty6.config.patch, lib.zip, > start.jar > > > It would be good to include an up-to-date jetty version for the example. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.