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
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