----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
Nicolas Leroy wrote:
>
> Hello everybody,
> I'm using Apache 1.3.6 + JServ 1.0 + Blackdown JDK 1.1.7v3 + GnuJSP 1.0.
>
> When I reload httpd, there are six or seven JVM that are launched.
> And I don't know why six or seven.
> In my zone.properties, I have the following lines which seem to
> deal with the number of JVM:
>
> singleThreadModelServlet.initialCapacity =5
> .incrementCapacity=5
> .maximumCapacity=25
>
> I'd like to have one instance of the JVM and then have my servlets executed
> in this instance. How can I do that?
>
> Thanks for your answers
> Nicolas
Salut Nicolas,
This needs 2 answers.
First : search the FAQ. Linux "ps" sucks with threads. search keyword:
Linux
Second : search the FAQ, and see why STM is a bad solution. search
keyword = stm
link to search FAQ-O-Matic :
http://java.apache.org/faq/?cmd=searchForm&file=1
hope this helps.
Jean-Luc
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]