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

--- Comment #6 from Felix Schumacher <felix.schumac...@internetallee.de> 
2011-10-10 17:42:06 UTC ---
Created attachment 27755
  --> https://issues.apache.org/bugzilla/attachment.cgi?id=27755
starting contexts in parallel using an executor

While this patch is not really for stopping context, but for starting them in
parallel, it might be useful nontheless.

There are two different ways to configure the amount of threads for parallel
deployment. First extend the Host element in server.xml with the new attribute
parallelDeployment. A value greater 0 will be used. If no valid value was given
that way, the system property hostConfig.parallelDeploymentCount will be
tested. Again a value greater zero will be valid. If still no valid value could
be found Runtime will be asked for the number of available processors.

-- 
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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to