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

[EventLoop] Libev implementation #32

Closed
igorw opened this issue Jun 12, 2012 · 8 comments
Closed

[EventLoop] Libev implementation #32

igorw opened this issue Jun 12, 2012 · 8 comments

Comments

@igorw
Copy link
Contributor

igorw commented Jun 12, 2012

See also https://github.com/m4rw3r/php-libev

@igorw igorw mentioned this issue Jun 12, 2012
@datiecher
Copy link

Maybe having a look at libuv[1] from the Joyent folks would be a better option for those poor folks running PHP on Windows, as it is a wrapper for libev on nixes and IOCP on Windows.

The only issue is that there's currently no php bindings (that i know of) for it.

[1] - https://github.com/joyent/libuv/

@igorw
Copy link
Contributor Author

igorw commented Jul 5, 2012

It is somewhere on my infinite todo list to look into that. Shouldn't be too hard to write a PHP ext for it. But libuv does a few other things too afaik. It embeds c-ares for one.

@staabm
Copy link

staabm commented Jul 5, 2012

/cc

@igorw
Copy link
Contributor Author

igorw commented Jul 5, 2012

@staabm did you just CC yourself? You can enable notifications at the bottom of the page :)

@staabm
Copy link

staabm commented Jul 5, 2012

@igorw jepp just cc myself... but you are right... wasn't aware of this button ;)

@chobie
Copy link

chobie commented Jul 9, 2012

hey, I've written php-uv bindings (https://github.com/chobie/php-uv). but still experimental.
hope this helpful.

@igorw
Copy link
Contributor Author

igorw commented Jul 9, 2012

This is great news! Finally a cross-platform alternative to the eio extension. Will be especially awesome for #35.

Thanks! ;-)

@igorw
Copy link
Contributor Author

igorw commented Jul 14, 2012

Closing this PR in favour of #54.

@igorw igorw closed this as completed Jul 14, 2012
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

4 participants