aboutsummaryrefslogtreecommitdiff
path: root/devel/py-lock_file/pkg-descr
blob: 4057b2cbb3cf60be0280bf3f52c8554aeec2e0e3 (plain) (blame)
1
2
3
4
5
6
7
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/