Re: NIO 100% CPU usage

2008-10-16 Thread Filip Hanik - Dev Lists
g, 15 oktober 2008 om 20:22 uur schreef Tomcat Users List : Subject: Re: NIO 100% CPU usage Date: Wed Oct 15 20:22:43 CEST 2008 From: Filip Hanik - Dev Lists <[EMAIL PROTECTED]> ok, when you reproduce it, you don't really need a profiler, you can do a top with thr

Re: NIO 100% CPU usage

2008-10-16 Thread Rainer Jung
Jerome Jar schrieb: > Ronald, > > thread dumps contain the native ID of threads, and ps can output such IDs as > well, so you can match the output together. Been there, done that. L flag for ps shows all threads and contains thread numbers, usually numerically starting above the PID, but IDs of t

Re: NIO 100% CPU usage

2008-10-16 Thread Jerome Jar
;> >> Filip >> >> >> Matías Rojas wrote: >> > It's 6.0.18 >> > >> > -Original Message- >> > From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] > Sent: >> miércoles, 15 de octubre de 2008 07:25 p.m. >> > To: Tomcat

Re: NIO 100% CPU usage

2008-10-16 Thread Ronald Klop
bject: Re: NIO 100% CPU usage Date: Wed Oct 15 20:22:43 CEST 2008 From: Filip Hanik - Dev Lists <[EMAIL PROTECTED]> ok, when you reproduce it, you don't really need a profiler, you can do a top with threads on, or a ps -efL, and from those, you can look into a thread dump I'

Re: NIO 100% CPU usage

2008-10-15 Thread Filip Hanik - Dev Lists
fhanik at apache dot org Filip Matías Rojas wrote: It's 6.0.18 -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: miércoles, 15 de octubre de 2008 07:25 p.m. To: Tomcat Users List Subject: Re: NIO 100% CPU usage what version of tomcat are you using?

RE: NIO 100% CPU usage

2008-10-15 Thread Matías Rojas
It's 6.0.18 -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: miércoles, 15 de octubre de 2008 07:25 p.m. To: Tomcat Users List Subject: Re: NIO 100% CPU usage what version of tomcat are you using? Filip Matías Rojas wrote: > Hi Filip, > Than

Re: NIO 100% CPU usage

2008-10-15 Thread Filip Hanik - Dev Lists
ml it says that the bug is fixed. Thanks, Matías -Original Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: martes, 14 de octubre de 2008 08:16 p.m. To: Tomcat Users List Subject: Re: NIO 100% CPU usage hi Matías, I have not yet found a way to reproduce it to put

RE: NIO 100% CPU usage

2008-10-15 Thread Matías Rojas
al Message- From: Filip Hanik - Dev Lists [mailto:[EMAIL PROTECTED] Sent: martes, 14 de octubre de 2008 08:16 p.m. To: Tomcat Users List Subject: Re: NIO 100% CPU usage hi Matías, I have not yet found a way to reproduce it to put in a work around so even though its not fixed in 1.5 and 1.6, we c

Re: NIO 100% CPU usage

2008-10-14 Thread Filip Hanik - Dev Lists
hi Matías, I have not yet found a way to reproduce it to put in a work around so even though its not fixed in 1.5 and 1.6, we can make it work. If you want to work with me, we can make that happen, assuming you have a way to reproduce this Filip Matías Rojas wrote: Hello, I'm experiencing