Workerpool
Workerpool
http://code.google.com/p/workerpool/
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.
Documentation
http://code.google.com/p/workerpool/w/list
Licensing
| License | Verified by | Verified on | Notes |
|---|---|---|---|
| Expat | Kelly Hopkins | 6 May 2010 |
Leaders and contributors
| Contact(s) | Role |
|---|---|
|
| Maintainer |
Resources and communication
| Audience | Resource type | URI |
|---|---|---|
| Developer | Homepage | http://pypi.python.org/pypi/workerpool/0.9.2 |
Software prerequisites
This entry (in part or in whole) was last reviewed on 6 May 2010.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.
The copyright and license notices on this page only apply to the text on this page. Any software described in this text has its own copyright notice and license, which can usually be found in the distribution itself.