How to host a high performing Netty App in a fluctuating network environment?
mheath
mheath at apache.org
Tue Jul 26 19:00:34 EDT 2011
Is relying on TCP congestion control not good enough? The OS uses TCP
congestion control to dynamically determine how much bandwidth is available
and use as much as possible. You don't have to change anything in Netty to
leverage this feature of TCP.
-Mike
On Tue, Jul 26, 2011 at 3:28 PM, georgel2004 [via Netty Forums and Mailing
Lists] <ml-node+6623821-388428697-177308 at n2.nabble.com> wrote:
> Hello,
>
> Assume a Netty App which consistently pushes 700Mbps/sec of data being
> hosted in an environment with a fluctuating network capacity of 300Mbps to
> 1000Mbps.
>
> What happens in such scenario to the data being sent when the network is at
> its worst?
>
> Will there be a way to find out the poor performance of the network and do
> a Dynamic Global Traffic Shaping in the Netty App.
>
> If possible I need pointers in building a solution in Netty itself.
>
> If not, atleast some way of finding the network performance in a LINUX
> server and correlate it with Netty is also good.
>
> I would appreciate any solution even if its too convoluted.
>
> --
> Thanks
> George L
>
>
> _______________________________________________
> netty-users mailing list
> [hidden email] <http://user/SendEmail.jtp?type=node&node=6623821&i=0>
> https://lists.jboss.org/mailman/listinfo/netty-users
>
> ------------------------------
> If you reply to this email, your message will be added to the discussion
> below:
>
> 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
> To unsubscribe from Netty Forums and Mailing Lists, click here<http://netty-forums-and-mailing-lists.685743.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=685743&code=bWhlYXRoQGFwYWNoZS5vcmd8Njg1NzQzfC0xMDg2MTY2MDU=>.
>
>
--
View this message in context: 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
Sent from the Netty User Group mailing list archive at Nabble.com.
More information about the netty-users
mailing list