-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Subprocess queueing and pooling management
Replace the use of multiprocessing pool with in-house logic to manage queueing and launching of external commands, and of running subprocesses. Avoid creating unused child processes. Avoid having to start up pool early. Adjustable main loop sleep time.
1 parent
e54f578
commit 7fa49bd
Showing
9 changed files
with
234 additions
and
245 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.