Re: Signals and threads



Hello Thomas,

Is there any way of asynchronous communication b/w threads other than
using signals??
Of course, use pthread condition variable.

I can just agree with Abai...

I think, you should first understand what's possible with POSIX threads
before going down the path of changing the behavior of the thread
library (if you are a Pthreads expert, and know what you are doing,
then please forgive me that last sentence).

Cheers,
Loic.

.