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

Paul Dorn wrote:
> 
> -----------------------------
> 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.
> 
It's a couple of weeks we're duscussing on this... It seems that in some
cases it happens... Need to investigate it a little bit more :(
-- 
Pierpaolo Fumagalli - IBM Center for Java Technologies
<mailto:[EMAIL PROTECTED]>   <mailto:[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