-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Just finished reading the column Straight Talking by Alan Williamson and he
mentions an issue he found working with
both  a Linux and Sun implementation of Java 2.
If you are spawning threads and not calling Thread.stop() the count of
active threads climbs indefinately.
Only Thread.stop() actually frees the thread. ( Despite being a deprecated
method).
See the Java Developer's Journal July 1999.

I haven't peeked at the JServ source for this yet, but was curious if this
had ever been an issue since it seems that this project would likely suffer
from it.



----------------------------------------------------------------------------
----------------------------------------
Paul I. Dorn
Director of Web Development
Atlantic Internet Technologies,  Inc.
Red Bank, NJ 08731
[EMAIL PROTECTED]



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to