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

rewrite workers to be loaded using subprocess #23

Merged
merged 11 commits into from
May 10, 2017
Merged

rewrite workers to be loaded using subprocess #23

merged 11 commits into from
May 10, 2017

Conversation

mmerickel
Copy link
Member

  • Workers now spawn in a subprocess to avoid a shared process space between the monitor and the app.

  • Added a new pipe implementation that can be pickled to a subprocess for simpler handling of communication.

  • Manually set file descriptors to non-inheritable on Python < 3.4.

Fixes #17

@mmerickel mmerickel merged commit 5c2f712 into master May 10, 2017
mmerickel added a commit that referenced this pull request May 11, 2017
@digitalresistor digitalresistor deleted the subprocess branch May 11, 2017 17:12
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

Successfully merging this pull request may close these issues.

1 participant