Re: WebServices very slow after some requests

2006-02-23 Thread Franz Coriand
Thanks for the hint with jprofile ... very awesome tool ... and it was a memory leak ;) Franz James Black schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: RIPEMD160 Franz Coriand wrote: Hi all, we have the problem, that our webservices become very slow after some requests. For the

WebServices very slow after some requests

2006-02-22 Thread Franz Coriand
Hi all, we have the problem, that our webservices become very slow after some requests. For the first request we need about 10s. For the 100th request we need about 2mins - its the same request like the first one, with the same result. We use Tomcat 5.5.12 and Axis 1.3. We have no clue

Re: WebServices very slow after some requests

2006-02-22 Thread Dong Liu
Try Eclipse TPTP to profile your Tomcat and services for free. On 2/22/06, Erik Daughtrey [EMAIL PROTECTED] wrote:Hello,For this sort of problem, I've found analysis of jvm thread dumps very effective.If you're using unix, then kill -QUIT pid is usually sufficient to get acurrent thread dump.In