users@jersey.java.net

[Jersey] Fwd: Performance issue with Jersey 2.3.1

From: Andrea Ulisse <aulisse_at_beintoo.com>
Date: Sat, 21 Dec 2013 18:12:08 +0100

Hello,
I am using Grizzly and Jersey 2.3.1

I really need to have optimal performance, and I have millions of daily
active users in my cluster.

I noticed that sometimes Jersey spends about 200ms on this method:
GrizzlyHttpContainer.service().

I got the time looking at logging time between
logger.debugLog("GrizzlyHttpContainer.service(...) started");
and
logger.debugLog("GrizzlyHttpContainer.service(...) finished");

Could someone help me please?

Thanks,
Andrea