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

Support FARM on Windows OS #172

Merged
merged 5 commits into from
Jan 16, 2020
Merged

Support FARM on Windows OS #172

merged 5 commits into from
Jan 16, 2020

Conversation

tanaysoni
Copy link
Contributor

No description provided.

Python multiprocessing library uses spawn method to create new processes on
Windows OS. Since the module level code is executed again when spawning a new
process, the code for examples is wrapped inside a method, so that it only gets
executed when file called as a top-level script(__name__ == "__main__").
@tanaysoni tanaysoni merged commit a2e32fc into master Jan 16, 2020
@tholor tholor changed the title WIP: Support FARM on Windows OS Support FARM on Windows OS Jan 16, 2020
@tanaysoni tanaysoni deleted the windows_support branch February 13, 2020 11:23
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.

None yet

1 participant