Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

libevent tries to provide a common interface to select, poll, kselect (on BSD), epoll (on Linux), and comparable calls on Windows. It's not a standard part of Unix, of course, but it seems reasonably portable.


Sure, but libraries underneath you have to cooperate for you to use it to the fullest potential. That no common means have been invented for that is what I'm sad about.


Right. Once you set up a non-blocking event loop, it's much simpler when you can go async all the way down.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: