> From: Peter Sparkes [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat Locking Up?
> 
> Am I right in assuming that all the Tomcat instances 
> share the same memory and that if so it can't be a
> Tomcat memory problem?

No, your are not right.  Each Tomcat process is almost completely
independent of the others.  If you are running a 1.5 or later HotSpot
client JVM, some half-processed class files are shared in order to
reduce startup time, but that's it.  (But you shouldn't be running
Tomcat in client mode.)

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to