t.p.lockfile : module documentation

Part of twisted.python View Source

Filesystem-based interprocess mutex.
Function unique Undocumented
Function kill Undocumented
Function symlink Undocumented
Function readlink Undocumented
Function rmlink Undocumented
Class FilesystemLock A mutex.
Function isLocked Determine if the lock of the given name is held or not.
def unique(): (source)
Undocumented
def kill(pid, signal): (source)
Undocumented
def symlink(value, filename): (source)
Undocumented
def readlink(filename): (source)
Undocumented
def rmlink(filename): (source)
Undocumented
def isLocked(name): (source)
Determine if the lock of the given name is held or not.
ParametersnameThe filesystem path to the lock to test (type: str )
ReturnsTrue if the lock is held, False otherwise. (type: bool )
API Documentation for Twisted, generated by pydoctor at 2011-10-27 16:27:37.