JVM

2004-06-25 Thread Vijay Deep Kongubangaram Pani Krishna
hi all The JVM uses the threads provided by the Operating Systems. Is there any JVM which can run without using the threads of Operating system something like green threads. Or else please help me to find a thread package which can run without an Operating System. We are trying to run

Re: linux kernel 2.6 multi threaded java apps

2004-06-25 Thread Alex Amerik
Joseph Shraibman wrote: Alex Amerik wrote: Hi, I noticed that 2.6 kernel no longer reports correct CPU use on multi threaded java applications. My tomcat instance reports 0% cpu use when infact it is using 90% cpu. I tried to view threads using top but nothing shows up. How can I enable CPU usag

linux kernel 2.6 multi threaded java apps

2004-06-25 Thread Alex Amerik
Hi, I noticed that 2.6 kernel no longer reports correct CPU use on multi threaded java applications. My tomcat instance reports 0% cpu use when infact it is using 90% cpu. I tried to view threads using top but nothing shows up. How can I enable CPU usage statistics for my multi threaded java ap