[jboss-jira] [JBoss JIRA] (WFLY-2046) socketBuffer setting should be provided to allow fine tuning network communication.

Tomaz Cerar (JIRA) issues at jboss.org
Mon Feb 10 08:37:29 EST 2014


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

Tomaz Cerar updated WFLY-2046:
------------------------------

    Component/s: Web (Undertow)
                     (was: Web (JBoss Web))

    
> socketBuffer setting should be provided to allow fine tuning network communication.
> -----------------------------------------------------------------------------------
>
>                 Key: WFLY-2046
>                 URL: https://issues.jboss.org/browse/WFLY-2046
>             Project: WildFly
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>          Components: Web (Undertow)
>            Reporter: Gourav Mukherjee
>            Assignee: Tomaz Cerar
>             Fix For: 8.0.0.Final
>
>
> In JBoss 5.1, there used to be a setting called socketBuffer which we could configure in the server.xml inside jbossweb.sar i.e. jbossweb.sar\server.xml, it looked something like this.
>   <Connector protocol="HTTP/1.1" 
>              port="8080" 
>              address="${jboss.bind.address}" 
>              connectionTimeout="20000" 
>              redirectPort="8443" 
>              socketBuffer="64000"/>
> It would be nice to get this setting back because tuning this improves HTTP transfer performance.

--
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 jboss-jira mailing list