> From: André Warnier [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat threads > > - they would actually share (in memory) the compiled classes that are > part of the standard Java library (java.* etc..)
No - see my previous post. You can use JConsole to see which memory pools are shared (none on -server JVMs). > - they would also share (in memory) the classes that are loaded from > some area under the CATALINA_HOME (I suppose most of the Tomcat-specific > classes) I haven't checked, but I suspect only classes loaded by the bootstrap class loader (e.g., from jre/lib) are shared, not any application classes. So, no. - 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]