I\'m looking for a way to prevent multiple hosts from issuing simultaneous commands to a Python XMLRPC listener. The listener is responsible for running scripts to perform t
There are several choices:
SimpleXMLRPCServer
threading.Lock()
lockfile
GET_LOCK()