tcpNoDelay means?

Trustin Lee (이희승) trustin at gmail.com
Tue Nov 17 07:05:50 EST 2009


Hi Syahreza,

On Fri, Nov 13, 2009 at 3:44 PM, Syahreza Pahlevi Ginting
<rezaginting at gmail.com> wrote:
> Thank you Ngoc Dao
> I have little question how netty handle real time data.
> My Application write data using GroupChannel.Write and other thread will
> response request from client and write response data using channel.write.
> Is netty will always pooled all data to write or just return failed when
> channel is busy (GroupChannel.write) is call ?

Yes.  There is a queue for each channel so that any write requests can
be buffered while other message is being written.

HTH,

— Trustin Lee, http://gleamynode.net/

> On Fri, Nov 13, 2009 at 12:26 PM, Ngoc Dao <ngocdaothanh at gmail.com> wrote:
>>
>> I think it means this:
>> http://en.wikipedia.org/wiki/Nagle%27s_algorithm
>>
>>
>> On Fri, Nov 13, 2009 at 1:15 PM, Syahreza Pahlevi Ginting
>> <rezaginting at gmail.com> wrote:
>> > Hi all,
>> > What is the meaning of tcpNoDelay in setting option of netty ?
>> > Is it means that if channel in progress to write data and when other
>> > thread
>> > write data and channel pooled data in channel buffer ?
>> >
>> > Trims
>> > Reza Ginting
>> _______________________________________________
>> netty-users mailing list
>> netty-users at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/netty-users
>
>
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>
>



More information about the netty-users mailing list