[Libevent-users] Re: IOCP writes

2007-02-22 Thread Toby Douglass
From: Toby Douglass [EMAIL PROTECTED] As it is, it's easy to support serial writes with IOCP, it's supporting multiple concurrent writes which is awkward for a convenient-to-use API over IOCP - and this I would think is absolutely required for some uses of UDP sockets. I haven't tried any

Re: [Libevent-users] Sigprocmask vs pthread_sigprocmask

2007-02-22 Thread Niels Provos
Do you have an addition to the regression test that would allow me to verify that the new code works as intended? If not, it would be most appreciated :-) Niels. On 2/22/07, Scott Lamb [EMAIL PROTECTED] wrote: On Feb 21, 2007, at 1:29 AM, William Ahern wrote: On Wed, Feb 21, 2007 at

Re: [Libevent-users] Sigprocmask vs pthread_sigprocmask

2007-02-22 Thread Scott Lamb
On Feb 22, 2007, at 6:32 PM, Niels Provos wrote: Do you have an addition to the regression test that would allow me to verify that the new code works as intended? If not, it would be most appreciated :-) There is one that verifies the quickly received signal case. Are you talking about