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
_______________________________________________
Bug-commoncpp mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/bug-commoncpp