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

epoll support? #90

Open
clarkk opened this issue Feb 7, 2017 · 3 comments
Open

epoll support? #90

clarkk opened this issue Feb 7, 2017 · 3 comments

Comments

@clarkk
Copy link

clarkk commented Feb 7, 2017

I just have a quick question :)

Does this websocket server support epoll ?

@Xaraknid
Copy link
Collaborator

The master version only support select. You need ev (linux only ) or event library. I make a version using ev and now ghedipunk work on it to include more feature like ( unit test ).

@Xaraknid
Copy link
Collaborator

If you want I can push my version with libev. I use it first because my server run under linux and second it's easier to setup as it work on the same level of abstraction of socket_select.

@Pulsar-san
Copy link

I am interested by your libev version, Xaraknid :)
I've been using node.js for a chat and already used websocket, but for managing some alerts I'd like to use websocket with PHP and libev.

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

No branches or pull requests

3 participants