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