Thanks, I'll check it out.

I don't really have any urgent need.  I had done a project a while ago that used asynchronous networking tied to an event loop.  I origninally wanted to use python for it so I mocked it up using python and its asnycore module.  Worked fairly well except for the traditional select() limitations.  It looked like libevent would be a perfect plug in for that since there are python bindings for it...only I had the Wintel mandate, so I ended up writing my own system using C and IOCP.

Was just a wish list item I guess.  Since everybody and their brother already uses libevent and/or has created bindings for other languages, it seemed like IOCP was the only thing missing to make it both cross platform and high performance.

Thanks for the info guys.

_______________________________________________
Libevent-users mailing list
Libevent-users@monkey.org
http://monkey.org/mailman/listinfo/libevent-users

Reply via email to