greetings,

i have a class which has a daemon thread ( setDaemon( true) before
start()). I created an instance of this object in a Frame object.

My problem is: even after i call dispose() of the Frame object the
threaded object is not grabage collected and it continues running.

i am using jdk 1.1.5 (soon upgrade to 1.2 :-))
and RH Linux 5.2

any mistake in my approach? how can we solve it? is it not the right place
to answer this question?

thanks in advance
Anil


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to