It definitely sounds like there are resources that you&#39;re accumulating and not letting go. Also, it could be an operating system issue where you&#39;re exhausting the number of sockets available. Other things to try:<div>
<br></div><div>find out how many sockets are open and what state they&#39;re in: netstat -a</div><div>attach visual vm and do a heap dump and see if you can spot an overabundance of any resources: <a href="http://visualvm.java.net/">http://visualvm.java.net/</a></div>
<div>post the relevant code on this list and someone here might spot something interesting</div><div><br></div><div>oh, also, if you&#39;re using an execution handler with a memory aware thread pool executor (or ordered memory aware one), and you&#39;re running out of threads or memory, the execution handler will pause the netty IO thread, which will slow things down some.</div>
<div><br></div><div>cheers,</div><div>j.<br><br><div class="gmail_quote">On Thu, Oct 20, 2011 at 6:55 PM, philmes <span dir="ltr">&lt;<a href="mailto:phil@digitalcontortions.net">phil@digitalcontortions.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">That&#39;s one of the things I&#39;ve checked. I&#39;d expect GC pauses to be temporary,<br>
but a quick check with a profiler shows memory usage to be stable and<br>
negligible GC occurring anyway.<br>
<br>
thanks,<br>
<br>
Phil.<br>
<font color="#888888"><br>
--<br>
View this message in context: <a href="http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Sudden-performance-drop-tp6914062p6914140.html" target="_blank">http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Sudden-performance-drop-tp6914062p6914140.html</a><br>

</font><div><div></div><div class="h5">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>
</div></div></blockquote></div><br></div>