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 sbt
Recipients kristjan.jonsson, loewis, paul.moore, pitrou, python-dev, sbt, vstinner
Date 2012-06-19.14:45:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340117146.2.0.377246754759.issue15038@psf.upfronthosting.co.za>
In-reply-to
Content
The implementation in condvar.h is basically the same as one of the attempts mentioned in

    http://birrell.org/andrew/papers/ImplementingCVs.pdf

(Listing 2 fixed to use non-binary semaphores.)

The implementation for multiprocessing.Condition is virtually the same as Listing 3 which the author says he thinks is "formally correct" but with "a fundamental performance problem".
History
Date User Action Args
2012-06-19 14:45:46sbtsetrecipients: + sbt, loewis, paul.moore, pitrou, kristjan.jonsson, vstinner, python-dev
2012-06-19 14:45:46sbtsetmessageid: <1340117146.2.0.377246754759.issue15038@psf.upfronthosting.co.za>
2012-06-19 14:45:45sbtlinkissue15038 messages
2012-06-19 14:45:45sbtcreate