Shanmugasundaram Doraisamy <[EMAIL PROTECTED]> writes:

> I have also noticed one other things in our system, i.e. the Java 
> application or their threads do not get closed when the application is 
> closed.  How do I do that.  Please suggest.  I had tried a couple of Java 
> user groups but didn't get a good reply.

You just have to write "cleanup routines" which are called at the end of
a program's execution (normal shutdown sort of) to terminate all junk
processes, close all existing threads that have not yet been closed etc.

Then, Java is a major memory hog.  Whatever memory you throw at it, it
will demand more and more.  I am not a Java / JSP guy though, this is
just my impression from admining systems where they were used extensively.

     -srs

-- 
Suresh Ramasubramanian  <---->  mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to