Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Load testing slowness

Hi,

On Wed, Dec 19, 2012 at 3:46 PM, Jeff Segal <jeffrey.segal@xxxxxxxxx> wrote:
> I am load testing a Cometd app deployed to Jetty 8.1.3.v20120416. What I
> find occasionally, but not always, is that the handshake process is
> extremely slow (~15-20s per client instead of 100ms).

Turn on GC logging; you may be hitting a 15-20 s stop-the-world GC pause.

Simon
--
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
----
Finally, no matter how good the architecture and design are,
to deliver bug-free software with optimal performance and reliability,
the implementation technique must be flawless.   Victoria Livschitz


Back to the top