_read_data in WEBrick's httprequest.rb uses timeout to do many small reads on 
POST bodies
-----------------------------------------------------------------------------------------

                 Key: JRUBY-2784
                 URL: http://jira.codehaus.org/browse/JRUBY-2784
             Project: JRuby
          Issue Type: Bug
          Components: Performance
            Reporter: Charles Oliver Nutter
             Fix For: JRuby 1.1.3


timeout is legendarily bad for performance, but httprequest in WEBrick uses it 
for _read_data, which is used for reading request bodies. We need to address 
this either by finally providing a reasonable implementation of timeout, or by 
fixing this to timeout in a different way.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to