> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: Tomcat threads > > PermGen seems like an odd item to share... though I > guess all those java.lang.Package, java.lang.Class, > java.lang.Method, etc. objects can really beat a > system down.
The sharing is not for capacity purposes, merely to reduce JVM startup time. > I was under the impression that only java.* classes were > shared, and not just anything that was loaded by a bootstrap > classloader That is likely correct. Since we use the -server version pretty much exclusively, it's a don't care for us. - 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]