https://bz.apache.org/bugzilla/show_bug.cgi?id=69608

--- Comment #3 from Remy Maucherat <r...@apache.org> ---
Also, the link taks about GC pauses. This is normal behavior, although of
course this can impact the response times for Tomcat and as a result this
requires fine tuning to avoid.

However, here the claim is that the Servlet gets GCed (?) and so is no longer
available at all while the rest of Tomcat would continue to be responsive. This
would mean Tomcat stopped referencing the Servlet somehow (this would be Tomcat
bug), or that the reference structure used by Tomcat exposed a garbage
collector issue in the JVM used.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to