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 be

Re: [JBoss-user] Stability problems on Linux

2001-06-28 Thread RobertWright
This is an older article http://www-106.ibm.com/developerworks/java/library/java2/index.html?dwzone=java, but it has some good information and it may be of some help. Rob

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