Bug 43642

Summary: Add prestartminSpareThreads attribute for Executor
Product: Tomcat 6 Reporter: Ruediger Pluem <rpluem>
Component: ConnectorsAssignee: Tomcat Developers Mailing List <dev>
Status: RESOLVED FIXED    
Severity: enhancement CC: jfclere
Priority: P2    
Version: 6.0.14   
Target Milestone: default   
Hardware: All   
OS: All   
Attachments: Patch against 6.0.14
Patch against Tomcat 6.0 trunk
Patch against Tomcat trunk

Description Ruediger Pluem 2007-10-17 08:00:46 UTC
The attached patch adds the boolean attribute prestartminSpareThreads to the
Executor element. This allows the admin to prestart minspareThreads for this
Executor during the start of Tomcat. The default value is false which is the old
behaviour. A documentation patch for executor.xml can be created if there is
interest in committing this patch.
Comment 1 Ruediger Pluem 2007-10-17 08:01:15 UTC
Created attachment 20996 [details]
Patch against 6.0.14
Comment 2 Ruediger Pluem 2010-04-12 07:56:39 UTC
Ping? Any interest? If needed I can provide a patch against 6.0.26.
Comment 3 jfclere 2010-04-13 02:20:10 UTC
Nope a  patch against trunk would be better.
Comment 4 Ruediger Pluem 2010-04-14 05:14:34 UTC
Created attachment 25291 [details]
Patch against Tomcat 6.0 trunk
Comment 5 Ruediger Pluem 2010-04-14 05:15:01 UTC
Created attachment 25292 [details]
Patch against Tomcat trunk
Comment 6 Tim Whittington 2010-10-08 04:52:56 UTC
This has been implemented in 7.0 at some point (it's documented at http://tomcat.apache.org/tomcat-7.0-doc/config/executor.html).