-
-
Notifications
You must be signed in to change notification settings - Fork 528
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
@parallel -- dramatically improve by rewriting with fork directly, using files, timeouts, controlling interfaces, etc. #6967
Comments
first usable version |
comment:1
Attachment: trac_6967-part1.patch.gz |
This comment has been minimized.
This comment has been minimized.
comment:2
Should we also allow each child process to pull off a large chunk of the input (e.g., from a deque), when it's more efficient? Determine the chunk size dynamically, a la |
comment:3
This fixes major bugs in |
comment:4
This also fixes a very serious bug in sage.interfaces.quit which will lead to zombie processes being left around, and improves doctest coverage. |
Attachment: trac_6967-part2.patch.gz |
Attachment: trac_6967-part3.patch.gz |
comment:5
Awesome!!! |
Author: William Stein |
Reviewer: Robert Miller |
Merged: sage-4.3.1.rc1 |
TODO:
refactor use_fork.py
change use_fork.py to use mmap: http://docs.python.org/library/mmap.html
Component: misc
Author: William Stein
Reviewer: Robert Miller
Merged: sage-4.3.1.rc1
Issue created by migration from https://trac.sagemath.org/ticket/6967
The text was updated successfully, but these errors were encountered: