summaryrefslogtreecommitdiff
path: root/devel/py-lock_file/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-lock_file/pkg-descr')
-rw-r--r--devel/py-lock_file/pkg-descr7
1 files changed, 0 insertions, 7 deletions
diff --git a/devel/py-lock_file/pkg-descr b/devel/py-lock_file/pkg-descr
deleted file mode 100644
index 4057b2cbb3cf..000000000000
--- a/devel/py-lock_file/pkg-descr
+++ /dev/null
@@ -1,7 +0,0 @@
-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.
-
-WWW: http://martin.horcicka.eu/python/lock_file/