Skip to content

Simple Process subclass for controllable parallel processes in python

Notifications You must be signed in to change notification settings

yosefm/parallel_runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

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

No packages published

Languages