Hi All

Can anybody hint me on the following questions:

1.In the context of a servlet , how the memory will be allocated and freed ,
when
    1. a servlet is loaded and has some member variables.
    2.a response is sent for a request from browser and some variables
declared in the
      doGet/doPost   method.
    3.session tracking made by storing some values for each user
session(will the memory be
       freed  when user closes his session).
2. Is there anyway in which I can destroy a servlet?Will recompiling the
servlet executes Destroy method?

I am facing the serious problems as the memory allotted for my
servelts(around 15-20) is never getting released and when multiple requests
comes , the situation is horrible.

I am working on Apache Server 1.3.6/Apache JServ1.0/Webmacro Templates
0.83/Blackdown JDK117v3/JSDK2.0.

Please help me,

regards,
-pradeep

___________________________________________________________________________
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