This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Sebastian.Noack
Recipients Sebastian.Noack, asvetlov, christian.heimes, jyasskin, kristjan.jonsson, mklauber, pitrou, sbt
Date 2012-10-01.13:18:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349097494.53.0.271705005937.issue8800@psf.upfronthosting.co.za>
In-reply-to
Content
I would love to see how other people would implement a shared/exclusive lock that can be acquired from different processes. However it really seems that nobody did it before. If you know a reference implementation I would be more than happy.

There are plenty of implementations for threading only, but they won't work with multiprocessing, due to the limitations in the ways you can share data between processes.
History
Date User Action Args
2012-10-01 13:18:14Sebastian.Noacksetrecipients: + Sebastian.Noack, pitrou, kristjan.jonsson, christian.heimes, jyasskin, asvetlov, sbt, mklauber
2012-10-01 13:18:14Sebastian.Noacksetmessageid: <1349097494.53.0.271705005937.issue8800@psf.upfronthosting.co.za>
2012-10-01 13:18:14Sebastian.Noacklinkissue8800 messages
2012-10-01 13:18:14Sebastian.Noackcreate