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

Limit the amount of concurrent child processes #23

Open
shawninder opened this issue Sep 13, 2015 · 0 comments
Open

Limit the amount of concurrent child processes #23

shawninder opened this issue Sep 13, 2015 · 0 comments

Comments

@shawninder
Copy link
Contributor

If I launch too many child processes at the same time, everything breaks down and the computer becomes unresponsive. This is something that should be handle by the OS (in my honest opinion), but apparently isn't, so I guess I'll have to do this myself.

Perhaps there is a way to use system introspection to know when to delay the launch of a new child process. Perhaps it's easier to simply enforce a hard limit (as a function of the number of cores, for example).

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

1 participant