> From: Carlos S. Zamudio [mailto:[EMAIL PROTECTED] 
> Subject: Deploying WS on Tomcat
> 
> I am wondering what the mechanisms are for Tomcat to free
> up resources once it has completed the calculation request.

Standard Java garbage collection rules apply.

> What happens now is that I quickly run out of memory for a
> simple test case of a series of sequential requests.

Do you actually get an OutOfMemoryError?  What heap size are you
running?  Is your application failing to clean up after itself?  (That's
the most likely problem.)

Have you looked at the FAQ:
http://tomcat.apache.org/faq/memory.html

 - 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 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