Daniel Kulp created HTTPCLIENT-1219:
---------------------------------------

             Summary: TCP_NODELAY defaults to false
                 Key: HTTPCLIENT-1219
                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1219
             Project: HttpComponents HttpClient
          Issue Type: Bug
          Components: HttpConn
            Reporter: Daniel Kulp



The default for TCP_NODELAY in the IOReactorConfig is currently false.  This 
may be fine for GET requests where the entire request is sent as a single 
packet, but it KILLS performance for even simple POST/PUT requests as it waits 
for the ack for the headers before sending any of the body.   It's obviously 
easily worked around by setting it to true, but it likely should be the default 
to make sure that "out of the box" performance is fairly reasonable.


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to