<?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>lock_file</name>
<shortdesc>Lock file manipulation</shortdesc>
<description>Lock file is a traditional means of synchronization among processes. In
this module it is implemented as an empty regular file exclusively
locked using fcntl.lockf. When it is to be released it is removed by
default. However, if all cooperating processes turn off the removal,
they get a guaranteed order of acquisitions and better scalability.</description>
<download-page>http://martin.horcicka.eu/python/lock_file/lock_file-2.0.tar.gz</download-page>
<homepage rdf:resource="http://martin.horcicka.eu/python/lock_file/" />
<maintainer><foaf:Person><foaf:name>Martin Horcicka</foaf:name>
<foaf:mbox_sha1sum>3f6b157b61deb620a0034e7056ff5df988fa3ce5</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>2.0</revision></Version></release>
</Project></rdf:RDF>