[jbossws-issues] [JBoss JIRA] (JBWS-3745) Allow disabling Nagle's algorithm on Web Service calls

Alessio Soldano (JIRA) issues at jboss.org
Tue Dec 17 11:37:32 EST 2013


     [ https://issues.jboss.org/browse/JBWS-3745?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alessio Soldano updated JBWS-3745:
----------------------------------

    Fix Version/s: jbossws-cxf-4.3

    
> Allow disabling Nagle's algorithm on Web Service calls
> ------------------------------------------------------
>
>                 Key: JBWS-3745
>                 URL: https://issues.jboss.org/browse/JBWS-3745
>             Project: JBoss Web Services
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: jbossws-cxf, jbossws-native
>            Reporter: Navin Surtani
>            Assignee: Alessio Soldano
>             Fix For: jbossws-cxf-4.3
>
>         Attachments: JBWS-3745-cxf-3-1-2.patch, JBWS-3745-native.patch, JBWS-3745-trunk.patch
>
>
> From EAP5-8:
> Within the Socket class we would like to be able to configure the ability to pass a parameter for the socket.setTcpNoDelay(boolean) method.
> We've found certain cases where having the algorithm enabled actually slows the overall performance of transactions. By setting the TCP No Delay to 'true' it will bypass the algorithm, allowing packets to flow through the network immediately.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossws-issues mailing list