Hi all,

I have a servlet that will create new object(s) in my machine for each
request of the client to that servlet.
Those objects created will stay in the memory until the program finish and
serve for other kind of request.
In most case, the program work fine. But if object(s) are
continuous creating.... will it consume all the memory in my machine and
crash the machine?
If this is the case, what can I do with it??
Can anyone suggest any design approach to situation lik that?
Any help will be greatly appreciated.

Terence

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to