[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [Libevent-users] Asynchronous writes in the event loop model



On 02/06/2012 04:46 PM, Adrian Chadd wrote:
Hi,

the standard trick:

* designate one thread as "signals here" and block signals on all other threads;
* use pipes for sending signals between threads (ie, to wake them up);
* wish that kqueue and similar methods were portable.


The kqueue API has been ported to Linux, Solaris, and Windows. More information is available here:

	http://mark.heily.com/project/libkqueue

Cheers,

 - Mark
***********************************************************************
To unsubscribe, send an e-mail to majordomo@xxxxxxxxxxxxx with
unsubscribe libevent-users    in the body.