Hi  Rapthor,

I'm having similar problem.  Has your isue resolved?  Can you share the
resolution?
Thanks

Thanh


Christopher Schultz-2 wrote:
> 
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> Rapthor,
> 
> Rapthor wrote:
>> But after 1 day the same issue reappeared (response times of about 2
>> minutes).
> 
> When you observe the loooong response time, try doing a thread-dump of
> the JVM to see what's going on. You can see which threads are waiting on
> what. You'll probably see a lot of threads doing nothing (waiting for
> requests) and one thread doing something (the thread that's taking 2
> minutes).
> 
> You can even take multiple thread dumps and see if anything changes, or
> if the thread is sticking on something in particular.
> 
> (Recently, someone posted a question about startup times using APR,
> which uses /dev/random for randomness data. If you are using a native
> random number source for something (like encryption, or HTTPS, or secure
> random session ids, or anything like that), you might be blocking
> waiting for randomness to appear on that device. If you run out of other
> options, you might want to read that thread for some potential insight).
> 
> - -chris
> 
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.7 (MingW32)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFGzue49CaO5/Lv0PARAq2kAJ9uwikNurXp+ILKu+/46AKvKwSLlACeKMEd
> hXQ3caNvX1vh96i7plOkYjc=
> =xta1
> -----END PGP SIGNATURE-----
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Tomcat-response-time-extremely-high-%28minutes%29-tp12311908p14408225.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to