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:51:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349099468.69.0.784468418438.issue8800@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, but as I already said there are a lot of implementations for shared/exclusive lock that can be acquired from different threads. But we need with threading as well as with multiprocessing.

And by the way POSIX is the standard for implementing UNIX-like systems and not an industry standard for implementing anything, including high-level languages like Python.
History
Date User Action Args
2012-10-01 13:51:08Sebastian.Noacksetrecipients: + Sebastian.Noack, pitrou, kristjan.jonsson, christian.heimes, jyasskin, asvetlov, sbt, mklauber
2012-10-01 13:51:08Sebastian.Noacksetmessageid: <1349099468.69.0.784468418438.issue8800@psf.upfronthosting.co.za>
2012-10-01 13:51:08Sebastian.Noacklinkissue8800 messages
2012-10-01 13:51:08Sebastian.Noackcreate