tcpNoDelay means?

Syahreza Pahlevi Ginting rezaginting at gmail.com
Fri Nov 20 02:10:59 EST 2009


Dear Lee,
It's great...
Thank you for your support and this netty component.

Regards
Reza Ginting

On Tue, Nov 17, 2009 at 7:05 PM, Trustin Lee (이희승) <trustin at gmail.com>wrote:

> 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
> >
> >
>
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20091120/c5cab844/attachment-0001.html 


More information about the netty-users mailing list