> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: SESSIONS.ser (Too many open files) > > Most of the files opened are JAR files (not sure why they > stay open; the JVM must assume that an opened JAR file will > eventually be used again)
Typical classloaders only load classes or resources actually requested, so the .jar file remains open for the lifetime of the classloader, in case another entry is needed. > Note that individual class files are not counted here. One poster > asserted that class files and JSPs would require files to be opened: > this appears not to be the case. Correct; those should be open only as long as it takes to read the contents into a byte array. - 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]