[ 
https://issues.apache.org/jira/browse/HTTPCORE-306?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Oleg Kalnichevski moved HTTPCLIENT-1219 to HTTPCORE-306:
--------------------------------------------------------

    Component/s:     (was: HttpConn)
                 HttpCore NIO
       Workflow: jira  (was: Default workflow, editable Closed status)
            Key: HTTPCORE-306  (was: HTTPCLIENT-1219)
        Project: HttpComponents HttpCore  (was: HttpComponents HttpClient)
    
> TCP_NODELAY defaults to false
> -----------------------------
>
>                 Key: HTTPCORE-306
>                 URL: https://issues.apache.org/jira/browse/HTTPCORE-306
>             Project: HttpComponents HttpCore
>          Issue Type: Bug
>          Components: HttpCore NIO
>            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