Skip to content

A program for distributing arbitrary tasks among several network-connected machines.

Notifications You must be signed in to change notification settings

prolleytroblems/parallelism

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

parallelism

Distributes workload among several machines using flask servers.

All machines should run the bouncer.py script, and a master starts the process with the bouncer.start() function. The function to be run is defined in each spoke, can be asymmetrical. Originally used to run distributed genetic algorithm optimization scripts.

Not secure, should only be used in local networks.

About

A program for distributing arbitrary tasks among several network-connected machines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages