Skip to content

Windows support via socket I/O instead of process pipe I/O #3

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

Closed
clue opened this issue Dec 30, 2018 · 0 comments · Fixed by #13
Closed

Windows support via socket I/O instead of process pipe I/O #3

clue opened this issue Dec 30, 2018 · 0 comments · Fixed by #13
Labels
help wanted Extra attention is needed new feature New feature or request
Milestone

Comments

@clue
Copy link
Owner

clue commented Dec 30, 2018

The first version uses process pipes for I/O which works just fine on Unix-like systems. However, PHP on Windows does not currentl allow non-blocking access to process pipes (reactphp/child-process#9) and this is unlikely to change any time soon. As an alternative, we should provide a way to use sockets instead on Windows.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed new feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant