<?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>Hive</name>
<shortdesc>Low-dependancy module for spawning worker processes and distributing jobs.</shortdesc>
<description>This is a basic concurrency module that uses only dependencies available in the
Python 2.5 standard library. It allows the creation of a jobfile for uses to
queue work that any number of worker processes with access to the jobfile can
pull from the queue and run.</description>
<maintainer><foaf:Person><foaf:name>Calvin Spealman</foaf:name>
<foaf:mbox_sha1sum>bdde3b960c2768d0be52069124dd4a1a4f90b95a</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.0.2</revision></Version></release>
</Project></rdf:RDF>