>>>>> James <[email protected]> (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 <[email protected]> URL: http://pietvanoostrum.com [PGP 8DAE142BE17999C4] Private email: [email protected] -- http://mail.python.org/mailman/listinfo/python-list
