Hacker News new | past | comments | ask | show | jobs | submit login

does it use anything specific on darwin and/or freebsd or does it fall back to libev?



On non-Linux systems it just uses libev to for I/O readiness and for timers, and uses normal syscalls for the actual I/O.


alright! any plans to use kqueue directly?


No. libev provides a nice abstraction over different operating systems, and has good performance. I don't think coding a whole new backend against kqueue is worth the effort.




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

Search: