workerpool 0.9.2
Module for distributing jobs to a pool of worker threads.
Performing tasks in many threads made fun!
This module facilitates distributing simple operations into jobs that are sent to worker threads, maintained by a pool object.
It consists of these components:
- Jobs, which are single units of work that need to be performed.
- Workers, who grab jobs from a queue and perform them.
- Worker pool, which keeps track of workers and the job queue.
Have a look at the mass downloader example on github to get started.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| workerpool-0.9.2.tar.gz (md5) | Source | 2008-03-10 | 7KB | 1458 | |
- Author: Andrey Petrov
- Home Page: http://github.com/shazow/workerpool
- Keywords: pooling threading jobs
- License: MIT
- Categories
- Package Index Owner: shazow
- Package Index Maintainer: jtriley
- DOAP record: workerpool-0.9.2.xml
