Re: Bug in the MILTER documentation
- From: Razvan Cojocaru <razvanco@xxxxxxx>
- Date: Tue, 25 Oct 2005 16:11:22 +0300
> But I've looked in the code, and the threads are detached (there's a
> pthread_detach() call right after the thread is started), so other
> thread can wait() for them to finish properly. Also, to the best of my
> knowledge, there is no other synchronization mechanism (such as waiting
> on a semaphore or some condition variable) so that the threads are
> properly stopped.
Sorry for my typing, this was meant to say that since all worker threads
are detached, no other thread can join() them :-). It should have read
"so _no_ other thread can wait() for them to finish properly".
.
- References:
- Bug in the MILTER documentation
- From: Razvan Cojocaru
- Bug in the MILTER documentation
- Prev by Date: Re: How to add footer text as normal text
- Next by Date: Re: User Not able to send email out ....Urgent......................
- Previous by thread: Bug in the MILTER documentation
- Next by thread: Re: Bug in the MILTER documentation
- Index(es):
Relevant Pages
|