Thanks very much.  The problem I was having was that I used as my guide an
example which used the more generic interfaces of IoAcceptor /
IoServiceConfig etc., so I never saw that method.  I switched to
SocketAcceptor, and it was much more clear.

Emmanuel Lecharny-3 wrote:
> 
> Doing something like this, may be :
> 
>             SocketAcceptorConfig acceptorCfg = new SocketAcceptorConfig();
> 
>             acceptorCfg.getSessionConfig().setTcpNoDelay( true );
> 
> (Works on MINA 1.1.2 AFAIK)
> 
> 
> On 9/24/07, justinkwaugh <[EMAIL PROTECTED]> wrote:
>>
>> I see recommendations to disable Nagle's algorithm using TCP_NODELAY but
>> i'm
>> not sure how to set it in the MINA framework.   Can someone point me in
>> the
>> right direction?
>> --
>> View this message in context:
>> http://www.nabble.com/How-do-I-set-TCP_NODELAY--tf4510379s16868.html#a12863923
>> Sent from the Apache MINA Support Forum mailing list archive at
>> Nabble.com.
>>
>>
> 
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-do-I-set-TCP_NODELAY--tf4510379s16868.html#a12867950
Sent from the Apache MINA Support Forum mailing list archive at Nabble.com.

Reply via email to