[Libevent-users] Add support for WINDOWS Overlapped IO
Toby Douglass
toby.douglass at summerblue.net
Sun Dec 10 03:48:49 EST 2006
Zhu Han wrote:
> I'm afraid WINDOWS Overlapped IO is a critical feature for libevent because
> some of the servers required it. I try to implement this feature with
> Completion Port. Is anyone busing on it? If not, I will try to do it.
I've written an IOCP library, which is here;
http://www.summerblue.net/computing/libiocp/index.html
It's not integrated into libevent though, which is something I'm not doing.
I've finished rewriting that IOCP library to support listen sockets, so
the IOCP stuff will take care of all the accept behaviour, too. Right
now I'm writing up test/example code for that, once it tests okay, I'll
release, which I expect to do next weekend.
More information about the Libevent-users
mailing list