No, The Netty app must know about the congestion.<div><br></div><div>The app is a streaming server, its time sensitive, either the data has to be sent on time by this server or the request need to be redirected to another server with free resources.</div>
<div><br></div><div>So the Netty app needs to know how much data it can send at any given time, i.e how many requests to serve by itself and how many to redirect to another server.</div><div><br>Thanks</div><div>George</div>
<div><br><div class="gmail_quote">On Tue, Jul 26, 2011 at 6:00 PM, mheath <span dir="ltr">&lt;<a href="mailto:mheath@apache.org">mheath@apache.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Is relying on TCP congestion control not good enough? The OS uses TCP<br>
congestion control to dynamically determine how much bandwidth is available<br>
and use as much as possible. You don&#39;t have to change anything in Netty to<br>
leverage this feature of TCP.<br>
<br>
-Mike<br>
<div><div></div><div class="h5"><br>
On Tue, Jul 26, 2011 at 3:28 PM, georgel2004 [via Netty Forums and Mailing<br>
Lists] &lt;<a href="mailto:ml-node%2B6623821-388428697-177308@n2.nabble.com">ml-node+6623821-388428697-177308@n2.nabble.com</a>&gt; wrote:<br>
<br>
&gt; Hello,<br>
&gt;<br>
&gt; Assume a Netty App which consistently pushes 700Mbps/sec of data being<br>
&gt; hosted in an environment with a fluctuating network capacity of 300Mbps to<br>
&gt; 1000Mbps.<br>
&gt;<br>
&gt; What happens in such scenario to the data being sent when the network is at<br>
&gt; its worst?<br>
&gt;<br>
&gt; Will there be a way to find out the poor performance of the network and do<br>
&gt; a Dynamic Global Traffic Shaping in the Netty App.<br>
&gt;<br>
&gt; If possible I need pointers in building a solution in Netty itself.<br>
&gt;<br>
&gt; If not, atleast some way of finding the network performance in a LINUX<br>
&gt; server and correlate it with Netty is also good.<br>
&gt;<br>
&gt; I would appreciate any solution even if its too convoluted.<br>
&gt;<br>
&gt; --<br>
&gt; Thanks<br>
&gt; George L<br>
&gt;<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; netty-users mailing list<br>
&gt; [hidden email] &lt;<a href="http://user/SendEmail.jtp?type=node&amp;node=6623821&amp;i=0" target="_blank">http://user/SendEmail.jtp?type=node&amp;node=6623821&amp;i=0</a>&gt;<br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/netty-users" target="_blank">https://lists.jboss.org/mailman/listinfo/netty-users</a><br>
&gt;<br>
&gt; ------------------------------<br>
&gt;  If you reply to this email, your message will be added to the discussion<br>
&gt; below:<br>
&gt;<br>
&gt; <a href="http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-host-a-high-performing-Netty-App-in-a-fluctuating-network-environment-tp6623821p6623821.html" target="_blank">http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-host-a-high-performing-Netty-App-in-a-fluctuating-network-environment-tp6623821p6623821.html</a><br>

&gt;  To unsubscribe from Netty Forums and Mailing Lists, click here&lt;<a href="http://netty-forums-and-mailing-lists.685743.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&amp;node=685743&amp;code=bWhlYXRoQGFwYWNoZS5vcmd8Njg1NzQzfC0xMDg2MTY2MDU=" target="_blank">http://netty-forums-and-mailing-lists.685743.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&amp;node=685743&amp;code=bWhlYXRoQGFwYWNoZS5vcmd8Njg1NzQzfC0xMDg2MTY2MDU=</a>&gt;.<br>

&gt;<br>
&gt;<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-host-a-high-performing-Netty-App-in-a-fluctuating-network-environment-tp6623821p6624126.html" target="_blank">http://netty-forums-and-mailing-lists.685743.n2.nabble.com/How-to-host-a-high-performing-Netty-App-in-a-fluctuating-network-environment-tp6623821p6624126.html</a><br>

Sent from the Netty User Group mailing list archive at Nabble.com.<br>
_______________________________________________<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>
</font></blockquote></div><br><br clear="all"><br>-- <br>Thanks<br>George L<br><br>
</div>