jstack dump and cpu usage

2007-12-21 Thread daniel steel
all, We are running tomcat 6.0.14 (jdk 1.6.03) on Windows server with NIO connector. After some time, one of the thread starts using 50% of the cpu and that thread never stops serving.I was able to match the thread id from process explorer with nid of jstack thread dump and this is the

Re: jstack dump and cpu usage

2007-12-21 Thread Alan Chaney
What exactly do you mean by 'never stops serving' - do you mean that the page GET never completes? The browser just hangs at that page? Or that you have observed a stream of data. Regards Alan Chaney daniel steel wrote: all, We are running tomcat 6.0.14 (jdk 1.6.03) on Windows server

Re: jstack dump and cpu usage

2007-12-21 Thread daniel steel
i haven't got a chance to look at the client end but when i log on to tomcat manager / status, i see a jsp that has been running for a long time with S ( service) as stage. thanks dan Alan Chaney [EMAIL PROTECTED] wrote: What exactly do you mean by 'never stops serving' - do you mean