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

Gourav Mukherjee (JIRA) jira-events at lists.jboss.org
Wed Sep 11 02:17:03 EDT 2013


Gourav Mukherjee created WFLY-2046:
--------------------------------------

             Summary: 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
          Components: Web (JBoss Web)
    Affects Versions: 8.0.0.Final
            Reporter: Gourav Mukherjee
            Assignee: Remy Maucherat


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