<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>workerpool</name>
<shortdesc>Module for distributing jobs to a pool of worker threads.</shortdesc>
<description>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.</description>
<homepage rdf:resource="http://code.google.com/p/workerpool/" />
<maintainer><foaf:Person><foaf:name>Andrey Petrov</foaf:name>
<foaf:mbox_sha1sum>26979e7476cbe7b3076d0e7f25555e0415708d90</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.9.2</revision></Version></release>
</Project></rdf:RDF>