> From: André Warnier [mailto:a...@ice-sa.com]
> Subject: Re: very slow class loading on initial JSP/servlet
> request afterrestart
>
> Does that mean that possibly 8 threads (or more) are all
> (rather busily) waiting for something in relation to some
> initialisation in the (rather suspect) classes belonging
> to that webapp ?

Not busily, no.  They may be waiting, but Java makes it difficult (not 
impossible) to spin on a condition; we would also see that behavior on the 
other systems.  Chris' speculation of DNS timeouts due to improper TCP/IP 
configuration on this one server is still the most likely cause, pending more 
information from the OP.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to