Skip to content

wotschel/Forker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Forker

Simple Python script that helps to run tasks parallel using the fork system call.

Usage

./forker.py workers/simple.py

Motivation

Very often i have tasks todo which could be run parallel e.g. ping some hosts. This script will do the work. You have only to define a worklist and a function that should be worked on.

About

Simple Python script that helps to run tasks parallel

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages