----------------------------------------------------------------
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!!!
----------------------------------------------------------------
----- Original Message -----
From: "Daniel Montalibet" <[EMAIL PROTECTED]>
To: "'Java Apache Users'" <[EMAIL PROTECTED]>
Sent: Friday, September 15, 2000 10:39 AM
Subject: Bunch of JVM instances....
Hi Daniel,
>
> Configuration:
> ==============
> O.S.: Linux 2.2.16 glibc 2.1.2
> JServ: 1.1.2
> JDK: IBM JDK 1.1.8 (Linux)
> JSDK: 2.0
>
> Problem:
> ========
>
> I don't understand why I quickly have more than 100 (!!) JVM instances
> running my servlet (which does not use the Single-Thread Model)... This is
> really strange as this number of instances grows really quickly (at the
> first connections) and then, stay to this value...
>
> Any idea?? Is that a configuration problem? A programming bug on my side?
Neighter :-)
You see there are not separate JVM instances only threads started by one
JVM instance (Jserv).
By default ibm jdk uses native threads, and the threads are seen as
processes.
If you want you can use green threads (see java --help) but this won't solve
the
problem. It will be one BIG process with a thread management slower than in
case of native threads. (i think, but not sure about this :))
> I think that's not a JVM problem as I faced that same trouble with later
JVM
> versions...
>
> Tx for your help!
> Daniel.
p.s. If anybody has more comments on this issue i would be happy to hear it.
You are welcome,
Andras.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search Archives:
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]