[JBoss-user] Stability problems on Linux

2001-06-28 Thread Frank Fröse
We have severe problems bringing stability to our Apache/Tomcat/JBoss based application on Linux OS. Every thing seems to run stable while traffic is low. But when traffic increases the VM forkes hundered of OS processes what causes thousands (40,000) of open files. At the end all OS resources

Re: [JBoss-user] Stability problems on Linux

2001-06-28 Thread Michael Bilow
This is not a weak implementation. It is simply an implementation choice. On Intel hardware, you are effectively limited to about 4000 threads, which is the default in Windows. If you need to do so, you can increase the number of task slots available in Linux by editing include/linux/tasks.h

Re: [JBoss-user] Stability problems on Linux

2001-06-28 Thread RobertWright
-user] Stability problems on Linux

RE: [JBoss-user] Stability problems on Linux

2001-06-28 Thread Sacha Labourey
Hello, just some more words concerning threads on windows... Green threads are called Fibers under Windows. If you want to limit your OS thread usage, you can use another JVM such as JRockit for example that provides a many-to-one mapping of Java-Threads to OS-Threads. With this JVM, I have