[
https://issues.jboss.org/browse/WFLY-2046?page=com.atlassian.jira.plugin....
]
Tomaz Cerar resolved WFLY-2046.
-------------------------------
Assignee: Tomaz Cerar (was: Remy Maucherat)
Fix Version/s: 8.0.0.Final
Resolution: Done
Undertow subsystem in WildFly 8 allows tuning buffers for listeners.
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 (JBoss Web)
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