Re: pthread_join
Re: pthread_join
- Subject: Re: pthread_join
- From: Marc Van Olmen <email@hidden>
- Date: Thu, 9 Sep 2004 15:53:39 -0400
hi,
Now that I have resolved the pthread_join issue...
i was wondering what's the best thing to do....
according to O'Reilly pThreads programming book,
detached threads, switch faster.
So I could create a waiting on delete mechanism by creating a Semaphore
(lock/Unlock)
Would this be better (performance wise) then using an attached thread?
cheers,
mvo
_______________________________________________
darwin-development mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/darwin-development
Do not post admin requests to the list. They will be ignored.