On Tue, 18 Jan 2005, Laurielle LEA wrote:
Hi everybody,
I use Thread class of OST namespace.
When I use join(), my application is blocking
sometimes, so I remove this function and it seems to
work better.
I would like to know if it's good or not to have
removed it on my code.
The entire point of join is to block util the thread dies. Thats
standard practice with all threads.
Dan
_______________________________________________
Ccrtp-devel mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/ccrtp-devel