-
Notifications
You must be signed in to change notification settings - Fork 0
yosefm/parallel_runner
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A Parallel-Runner process ------------------------- The parallel_runner.py module supplies two classes: 1. the PoolWorker is a worker process that can receive commands like 'end', 'wait', 'resume', and respond to them between jobs. The command are sent over a multiprocessing.Pipe object. 2. CLIController is a primitive shell that terminates when the workers end, and in the meantime collects results and can send commands to the PoolWorker. Licence ------- Licensed under GNU-GPL v3.0 If you need something else, contact me and we'll see what we can work out: [email protected]
About
Simple Process subclass for controllable parallel processes in python
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published