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

Portability: MSWin32: no POSIX fork #43

Closed
zmughal opened this issue May 23, 2015 · 1 comment
Closed

Portability: MSWin32: no POSIX fork #43

zmughal opened this issue May 23, 2015 · 1 comment

Comments

@zmughal
Copy link
Member

zmughal commented May 23, 2015

Should not use IO::Async's spawn_child function since Windows does not support POSIX fork().

@zmughal zmughal modified the milestone: Devel::IPerl v0.007 Aug 2, 2015
@iynehz
Copy link
Contributor

iynehz commented Jan 8, 2017

I looked at this a little bit today. Besides spawn_child, IO::Async::Handle+IO::Handle is also not usable because Windows does not support FD. I guess we might just use zmq_poll(), and even separate heartbeat into a separate script execution.

zmughal added a commit that referenced this issue Dec 16, 2017
This is so that `fork` is not used on systems that do not have POSIX
forks (e.g., MSWin32).

Fixes <#43>.
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

2 participants