RE: Too many threads

2002-08-20 Thread Shapira, Yoav
- De: Shapira, Yoav [mailto:[EMAIL PROTECTED]] Enviada em: segunda-feira, 19 de agosto de 2002 09:58 Para: Tomcat Users List Assunto: RE: Too many threads Hi, The threading implementation of the JVM depends on the OS to some extent. Linux uses native threads as opposed to green or p threads, so

RE: Too many threads

2002-08-19 Thread Shapira, Yoav
Hi, The threading implementation of the JVM depends on the OS to some extent. Linux uses native threads as opposed to green or p threads, so you see more processes at the OS-level. You can google search for any of the above terms and you'll find a ton of references. For the tomcat