Skip to content
/ pooly Public

A worker pool application (Inspired by Poolboy library)

License

Notifications You must be signed in to change notification settings

komlanvi/pooly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pooly

A worker pool application (Inspired by Poolboy library)

Version Characteristics
Supports a single pool.
1 Supports a fixed number of workers.
No recovery when consumer and/or worker process fail
Supports a single pool.
2 Supports a fixed number of workers.
Recovery when consumer and/or worker process fail.
3 Supports multiple pools.
Supports a variable number of workers
Supports multiple pools.
4 Variable-sized pool allows for worker overflow.
Queuing for consumer processes when all workers are busy

About

A worker pool application (Inspired by Poolboy library)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages