skip to navigation
skip to content

workerpool 0.9.1

Module for distributing jobs to a pool of worker threads.

Latest Version: 0.9.2

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:

  1. Jobs, which are single units of work that need to be performed.
  2. Workers, who grab jobs from a queue and perform them.
  3. Worker pool, which keeps track of workers and the job queue.
File Type Py Version Uploaded on Size # downloads
workerpool-0.9.1.tar.gz (md5) Source 2008-03-03 02:48:06 6KB 127

Log in to rate this package.