RE: [Libevent-users] Forwarding events to a different event base.

2010-10-28 Thread Kelly Brock
Hi Nick, > >> >        So, given the latest rc does not support listener sockets > under > >> Win > >> > IOCP (unless that has changed), > >> > >> Are you talking about the IOCP based evconnlistener stuff?  It's > >> supposed to be working; if it isn't, you should open a bug on the > >> tracker. >

Re: [Libevent-users] Forwarding events to a different event base.

2010-10-27 Thread Nick Mathewson
On Wed, Oct 27, 2010 at 12:27 AM, Kelly Brock wrote: > Hi Nick, > >> >        So, given the latest rc does not support listener sockets under >> Win >> > IOCP (unless that has changed), >> >> Are you talking about the IOCP based evconnlistener stuff?  It's >> supposed to be working; if it isn't, y

RE: [Libevent-users] Forwarding events to a different event base.

2010-10-26 Thread Kelly Brock
Hi Nick, > >        So, given the latest rc does not support listener sockets under > Win > > IOCP (unless that has changed), > > Are you talking about the IOCP based evconnlistener stuff? It's > supposed to be working; if it isn't, you should open a bug on the > tracker. I tried it las

Re: [Libevent-users] Forwarding events to a different event base.

2010-10-26 Thread Nick Mathewson
On Tue, Oct 26, 2010 at 8:22 AM, Kelly Brock wrote: > Hi Folks, > >        So, given the latest rc does not support listener sockets under Win > IOCP (unless that has changed), Are you talking about the IOCP based evconnlistener stuff? It's supposed to be working; if it isn't, you should open a

[Libevent-users] Forwarding events to a different event base.

2010-10-26 Thread Kelly Brock
Hi Folks, So, given the latest rc does not support listener sockets under Win IOCP (unless that has changed), something I would like to do is push listener events into a different event base. The simple reasoning is that I would like my worker threads to get both the read/write/timer and