Posted By:
Conny_Nilimaa
Posted On:
Thursday, February 14, 2002 08:41 AM
I can't get my Tomcat 4.0.2/NT4 work when the tcpNoDelay attribute is set to
true
or not set at all (default is
true
). When I set it to
false
all works fine.
The tcpNoDelay attribute is in the HTTP/1.1 Connector.
As far as I know it's better with tcpNoDelay set to true (better performance).
So, what am I missing? Should it work? Bug? Something else?