Re: Running multiple servlet instances

2001-08-14 Thread Craig R. McClanahan
On Tue, 14 Aug 2001, Jonathan Cobb wrote: > Craig R. McClanahan wrote: > > >I don't know of anyone working on it at the moment, although (at least for > >Tomcat 4) it would be a fairly straightforward exercise. > > > I think I have seen support for this in the code (see > org.apache.catalina.

Re: Running multiple servlet instances

2001-08-14 Thread Jonathan Cobb
Craig R. McClanahan wrote: >I don't know of anyone working on it at the moment, although (at least for >Tomcat 4) it would be a fairly straightforward exercise. > I think I have seen support for this in the code (see org.apache.catalina.core.StandardWrapper), but I've also heard that the STM se

Re: Running multiple servlet instances

2001-08-14 Thread Craig R. McClanahan
On Tue, 14 Aug 2001, Alain SMEDTS wrote: > Hi, > > some time ago there was a discussion about implementing a cache of instances > for single thread model servlets in Tomcat (just like JServ did). Does > anyone know the latest status, i.e. is someone working on it? > I don't know of anyone work

Running multiple servlet instances

2001-08-14 Thread Alain SMEDTS
Hi, some time ago there was a discussion about implementing a cache of instances for single thread model servlets in Tomcat (just like JServ did). Does anyone know the latest status, i.e. is someone working on it? Alain