Exa-Networks / exaproxy

Performant Content Modifying Non-Caching Proxy [stable - accepting patches for bug fixes only]
Other
145 stars 36 forks source link

KQueue poller implementation (for FreeBSD / Mac OS X) #15

Closed marek-obuchowicz closed 10 years ago

marek-obuchowicz commented 10 years ago

As epoll is available on Linux only - this pull requests enables high-performance polling on FreeBSD and Mac OS X by providing alternative mechanism for those platforms, kqueue. Review welcome.

thomas-mangin commented 10 years ago

Thank you very much, this code is much appreciated.