One way to identify network-limited performance problems is by getting your JVM to dump out stack traces while your system is under load. You can tell if your system is network limited because your thread dump will show lots of threads waiting in socket reads or writes.

Some ways to address network-limited problems include:


Copyright © 1997, 2012 Oracle and/or its affiliates. All rights reserved.

Legal Notices