Dealing with slow client
Palthepu, Srinivas
Srinivas.Palthepu at cmegroup.com
Thu Apr 22 12:54:52 EDT 2010
Hi
I am trying to understand the implication on the server of having a few of the clients that are slow compared to the rest when using Netty.
Server keeps submitting write requests to the channel and if the client is not retrieving fast enough at some point I assume the writes gets
Queued up inside the Netty. This will cause the memory tied up. I want to detect such clients and disconnect them if they are too slow.
Is there a way I can query Netty to give me outstanding write requests on a channel? Or should I keep monitoring the channel write completes
and compute the time to complete the writes.
Thanks for the help
Srini
------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/netty-users/attachments/20100422/4a08204b/attachment-0001.html
More information about the netty-users
mailing list