[jboss-jira] [JBoss JIRA] (WFLY-2046) socketBuffer setting should be provided to allow fine tuning network communication.
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Wed Sep 11 06:17:03 EDT 2013
[ https://issues.jboss.org/browse/WFLY-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai updated WFLY-2046:
-------------------------------
Affects Version/s: (was: 8.0.0.Final)
> 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)
> 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