Re: Maximum single threaded moldel servlets

2007-02-25 Thread James McIntosh
Hi Remy, I want to go the other way and decrease the number of servlets created due to the heavy amount of objects hanging off each of these servlets. What I have done is modify the addInitParameter method to look for an init parameter "stm-max-instances" thus allowing the parameter to be placed

Re: Maximum single threaded moldel servlets

2007-02-21 Thread Rémy Maucherat
On 2/22/07, James McIntosh <[EMAIL PROTECTED]> wrote: Hi, I am trying to find out how to limit the number of Single Threaded Model servlets which get created by the StandardWrapper. I have looked at the API and there is a setMaxInstances(int) method but I cannot find anywhere in the config xml

RE: Maximum single threaded moldel servlets

2007-02-21 Thread Caldarale, Charles R
> From: James McIntosh [mailto:[EMAIL PROTECTED] > Subject: Maximum single threaded moldel servlets > > I am trying to find out how to limit the number of > Single Threaded Model servlets which get created by > the StandardWrapper. I suspect there's not much interes

Maximum single threaded moldel servlets

2007-02-21 Thread James McIntosh
Hi, I am trying to find out how to limit the number of Single Threaded Model servlets which get created by the StandardWrapper. I have looked at the API and there is a setMaxInstances(int) method but I cannot find anywhere in the config xml files to change it. I did find the "wrapperClass" attrib