bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deleting a non-autofree thread


From: Federico Montesino Pouzols
Subject: Re: Deleting a non-autofree thread
Date: Mon, 21 Oct 2002 21:40:20 +0200
User-agent: Mutt/1.4i

On Mon, Oct 21, 2002 at 11:11:54AM -0400, Chad Pettit wrote:
> What is the proper way to delete a non-autofree thread?  

        Do you mean a thread that does not do 'delete this' in its
final() method? Normally, threads can be deleted using 'delete
thread' if they are dynamically created.

> I have tried 
> several combo's with endStream(), terminate(), endSocket() and others 
> and nothing appears to be working.  I get an out of resource error when 
> I would try to allocate another thread.  I am using TCSession.
> 
> 
> 
> _______________________________________________
> Bug-commoncpp mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/bug-commoncpp




reply via email to

[Prev in Thread] Current Thread [Next in Thread]