https://issues.apache.org/bugzilla/show_bug.cgi?id=46264
Summary: Shutting down tomcat with large number of contexts is
slow
Product: Tomcat 6
Version: 6.0.18
Platform: PC
OS/Version: Linux
Status: NEW
Severity: enhancement
Priority: P2
Component: Catalina
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
Shutting down tomcat with large number of contexts is slow
On some of our sandbox testing environments, we have tomcat loaded with 30-40
contexts, and run a very large heap (2-3GB). Most of these contexts are large
applications which take anywhere from 5-10 seconds to shutdown each. Most of
the time spent shutting down each application is not spent using the local app
server CPU, but shutting down remote resources (Announcing the application is
going down over JMS, flushing write buffers, closing DB connections, closing
JMS connections, closing log connections, etc.). Shutting down tomcat
typically takes minutes, because it shuts down one context at a time.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]