Thank you Ngoc Dao<br>I have little question how netty handle real time data.<br>My Application write data using GroupChannel.Write and other thread will response request from client and write response data using channel.write.<br>
Is netty will always pooled all data to write or just return failed when channel is busy (GroupChannel.write) is call ?<br><br>Regards<br><br>Reza Ginting<br><br><br><div class="gmail_quote">On Fri, Nov 13, 2009 at 12:26 PM, Ngoc Dao <span dir="ltr"><<a href="mailto:ngocdaothanh@gmail.com">ngocdaothanh@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I think it means this:<br>
<a href="http://en.wikipedia.org/wiki/Nagle%27s_algorithm" target="_blank">http://en.wikipedia.org/wiki/Nagle%27s_algorithm</a><br>
<div><div></div><div class="h5"><br>
<br>
On Fri, Nov 13, 2009 at 1:15 PM, Syahreza Pahlevi Ginting<br>
<<a href="mailto:rezaginting@gmail.com">rezaginting@gmail.com</a>> wrote:<br>
> Hi all,<br>
> What is the meaning of tcpNoDelay in setting option of netty ?<br>
> Is it means that if channel in progress to write data and when other thread<br>
> write data and channel pooled data in channel buffer ?<br>
><br>
> Trims<br>
> Reza Ginting<br>
</div></div>_______________________________________________<br>
netty-users mailing list<br>
<a href="mailto:netty-users@lists.jboss.org">netty-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/netty-users" target="_blank">https://lists.jboss.org/mailman/listinfo/netty-users</a><br>
</blockquote></div><br>