Michele Mazzucco wrote:

Yes, since every jar file adds 1 to the number of files opened by a process (your JVM is a process itself). The default limit for files + socket that can be opened by a process is 1024.

Um in toy systems maybe .. but this a tunable kernel parameter and in any real server the number is much larger. This is hardly an excuse for not properly modularizing code packaging. Plus the file doesn't remain open- once the files are loaded in the FD is reused.

Sanjiva.
--
Sanjiva Weerawarana, Ph.D.
Founder & Director; Lanka Software Foundation; http://www.opensource.lk/
Founder, Chairman & CEO; WSO2, Inc.; http://www.wso2.com/
Member; Apache Software Foundation; http://www.apache.org/
Visiting Lecturer; University of Moratuwa; http://www.cse.mrt.ac.lk/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to