On Wed, Oct 18, 2006 at 12:21:17AM -0000, Christopher Baus wrote:
> 
> >> The slickest implementation I've seen that works with *nix non-blocking
> >> I/O and Windows IOCP is boost ASIO http://asio.sourceforge.net/.
> >> Instead
> >> of modeling reactive behavior with IOCP, it mimics proactive behavior on
> >> *nix.  It works out surprisingly well.
> >
> > I'm privy to my own [C] library which does this and more. Still, I don't
> > think this necessarily belongs in libevent.
> 
> I'm not recommending that this should be in libevent, but if you are
> looking for something that abstracts out both IOCP and non-blocking
> sockets, ASIO is a good place to start.
> 

I wouldn't write a project in C++ if you paid me a million dollars. ;)

But, I understand what you mean, considering you're not just speaking to me.

http://25thandclement.com/~william/projects/libevnet.html
_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to