Christopher Schultz wrote: > Mario, > > On 5/3/2010 8:18 AM, Mario Splivalo wrote: >> André Warnier wrote: >>> Mario Splivalo wrote: >>>> One just have to love Tomcat documentation :) >>>> >>> Specially considering the price you pay for it. >> Oh, that is so professional. So, it's cheap therefore it can be >> unprofessional? It's a joke, I hear you saying? > > Relax.
Did so :) My apologies to the list, and esp. André. > >> There really is NO mention whatsoever about >> minSpareThreads and maxSpareThreads in documentation, using executors or >> not. > > It's because you're looking for a specific word that's not in there. Try > reading all the attributes for the HTTP Connector: > http://tomcat.apache.org/tomcat-6.0-doc/config/http.html > > You'll see that "maxThreads" is in there. There is no "minThreads", but > you can treat it as if minThreads is 0 (zero). > > > Try looking at the <Executor> documentation again: > http://tomcat.apache.org/tomcat-6.0-doc/config/executor.html > > Specifically, "minSpareThreads" /is/ in there though there is no > "maxSpareThreads". > Yes, it actually makes sense now, to use executors for desired behavior. It's just that I somehow missed the introduction of the executors. I still don't understand the actual benefit of using executors - is there any performance gain in using executors? Mario Mario --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org