Fedora 19 Update: python-workerpool-0.9.2-4.fc19

updates at fedoraproject.org updates at fedoraproject.org
Thu May 9 18:57:42 UTC 2013


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2013-7449
2013-05-05 16:56:34
--------------------------------------------------------------------------------

Name        : python-workerpool
Product     : Fedora 19
Version     : 0.9.2
Release     : 4.fc19
URL         : https://github.com/shazow/workerpool
Summary     : Multithreaded job distribution module
Description :
The workerpool module for python 2 is a simple framework for easily
distributing jobs into multiple worker threads.  Examples of usage can be
found in the unit tests and the samples provided.  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 - single units of work that need to be performed.
* Workers - workers grab jobs from a queue and run them.
* Worker pool - keeps track of workers and the job queue.

--------------------------------------------------------------------------------
Update Information:

The workerpool module for python is a simple framework for easily distributing jobs into multiple worker threads.  Examples of usage can be found in the unit tests and the samples provided.  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 - single units of work that need to be performed.
* Workers - workers grab jobs from a queue and run them.
* Worker pool - keeps track of workers and the job queue.
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use 
su -c 'yum update python-workerpool' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list