users@grizzly.java.net

Re: Disabling Nagle's algorithm

From: Oleksiy Stashok <Oleksiy.Stashok_at_Sun.COM>
Date: Fri, 01 May 2009 16:33:31 +0200

TCPSelectorHandler selectorHandler ....
selectorHandler.setTcpNoDelay(...);

WBR,
Alexey.

On Apr 30, 2009, at 15:43 , Bill Simons wrote:

> Is there a way to disable Nagle's algorithm for server-side sockets
> used by Grizzly's NIO Framework?
>
> In java.net.Socket this can be done via setTcpNoDelay(false)...
>
> Thanks,
> Bill
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_grizzly.dev.java.net
> For additional commands, e-mail: users-help_at_grizzly.dev.java.net
>