Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kqueue support #88

Closed
Alexander237 opened this issue Sep 23, 2015 · 3 comments
Closed

kqueue support #88

Alexander237 opened this issue Sep 23, 2015 · 3 comments

Comments

@Alexander237
Copy link

It would be nice to have kqueue support in e2guardian. This will dramatically increase performance on FreeBSD.

@philipianpearce
Copy link
Contributor

We plan for the next version to replace poll/epoll with a threads based logic which should really increase performance for all platforms as well as simplifying the code.
Both Fred and I use the Linux platform, but if someone in the FreeBSD community can add kqueue support to the current version, and/or is able to help with the new version that would be great!

@prlw1
Copy link
Contributor

prlw1 commented Mar 30, 2016

Your plans for threads based logic sound good - how is it going? (If it is going well, then there is no point spending time on kqueue?)

@philipianpearce
Copy link
Contributor

First V4 released with threads support - so kqueue support no longer needed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants