Hi Experts,

I found this behaviour with my JServ
installation(JServ1.1b1/Apache1.3.9/RHLinux6.0/JDK1.2Pre2-Green threads with
no JIT compilers).

Somebody please explain me the reasons. Hope Apache People can give me more
details.

I am accessing the simple "Hello" and "IsItWorking" servlets and when
monitored with "top" , seeing the "SIZE, RSS" for all "httpd"(except the
main Apache process) and "java" processes increasing and never coming down.

I read the Apache documentation which says that
      "When servlet service() method is over and all output data has been
passed to the client, JServConnection closes the socket connection,
indicating the termination of the request process. Returning from its run()
method causes both the thread and the  class itself to be garbage
collectable."

If the "child httpd processes" are answering the "client requests" , the
allocated memory should be garbagge collected. Then I should see some
decrement in the "SIZE, RSS"values which is not happening.

Is this becoz of the bugs in any softwares, configuration problem?

Please help me as I am unable to resolve this problem to release my
production version?


TIA,
-pradeep
I am thoughtless after thinking all the known possibilities and ways.....

___________________________________________________________________________
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