Distributed locking

Piet van Oostrum piet at cs.uu.nl
Thu May 14 17:16:05 EDT 2009


>>>>> James <rent.lupin.road at gmail.com> (J) wrote:

>J> Hey all, I'm looking for suggestions on how to tackle distributed
>J> locking across several Python programs on several different machines.

Have you looked at the multiprocessing package? It has distributed
Locks's with timeouts which might well fit your requirements.
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org



More information about the Python-list mailing list