[POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Henri Gomez
What about setting tcpnodelay to true by default for Ajp13 connectors java implemtations ? It should fix MacOS X latency problems and should be the default for any persistant connections... Comments welcome... -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands,

Re: [POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Costin Manolache
Henri Gomez wrote: What about setting tcpnodelay to true by default for Ajp13 connectors java implemtations ? It should fix MacOS X latency problems and should be the default for any persistant connections... +1 - if it doesn't affect any existing usecase. It shouldn't. -- Costin --

Re: [POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Han Ming Ong
[+1] Theoretical backup: Analyzing the protocol at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jk2/common/AJPv13.html and the tcp dump confirms that ajp13 first sends Headers (small load) back to Apache, followed by Body Chunk (big load) and then an End Response (small load). I can't

Re: [POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Costin Manolache
I'm convinced, thank you very much for taking the time to test and analyze this. We should switch the setting in the main branch - not sure if Remy has a branch for 4.1/4.0, and if he has I think he should decide if he wants this backported. If anything happens we can roll back. I hope

Re: [POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Remy Maucherat
Costin Manolache wrote: I'm convinced, thank you very much for taking the time to test and analyze this. We should switch the setting in the main branch - not sure if Remy has a branch for 4.1/4.0, and if he has I think he should decide if he wants this backported. There's no branch

Re: [POLL/VOTE] tcpnodelay to true by default ?

2002-10-08 Thread Henri Gomez
Costin Manolache wrote: I'm convinced, thank you very much for taking the time to test and analyze this. We should switch the setting in the main branch - not sure if Remy has a branch for 4.1/4.0, and if he has I think he should decide if he wants this backported. If anything happens