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

Referring to comments below the original article:

So when epoll doesn't cope with regular files as author expected, why not use better interface: kqueue?



linux doesn't have kqueue. But kqueue is only an API, you could emulate it with io_submit() and io_getevents().

A bigger obstacle is that not all file systems support asynchronous I/O, the io_*() syscalls won't help you there.




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

Search: