Re: Disabling Naggle's algorithm / Setting tcpNoDelay programatically for web sockets

2015-06-25 Thread Mark Thomas
On 25/06/2015 06:59, Ganesh Bms wrote: > Hi, > > As per tomcat's performance tuning doc, 'tcpNoDelay' can be > enabled/disabled at connector level. > Is there a programmatic way to set 'tcpNoDelay' to true for web socket > connections ? I am using tomcat's proprietary web socket APIs in my > appli

Disabling Naggle's algorithm / Setting tcpNoDelay programatically for web sockets

2015-06-24 Thread Ganesh Bms
Hi, As per tomcat's performance tuning doc, 'tcpNoDelay' can be enabled/disabled at connector level. Is there a programmatic way to set 'tcpNoDelay' to true for web socket connections ? I am using tomcat's proprietary web socket APIs in my application. I have gone though the API documentation of