https://issues.apache.org/bugzilla/show_bug.cgi?id=46264





--- Comment #1 from Joe Kislo <[EMAIL PROTECTED]>  2008-11-21 09:04:01 PST ---
I propose that during the context shutdown, tomcat use multiple threads to
shutdown the contexts in parallel.

I have attached a patch which will fire off:

2 x # of Cores

Threads during the shutdown process and work in a FIFO manner shutting down the
contexts in parallel.  I suspect even when shutting down contexts which are
entirely local in nature (not using resources on remote systems) on a single
CPU machine a parallel shutdown will increase the shutdown speed because of
various waits, sleeps and other things that may be called in the destroy()
method of servlets that can be done in parallel


-- 
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]

Reply via email to