Thomas Heller wrote:
> "Pat" <[EMAIL PROTECTED]> writes:
> > Thomas Heller wrote:
> >> What is the difference between PyDispatcher and Louie?
> >
> > Not too much at this point, but the general differences are listed on
> > this page:
> >
> > http://louie.berlios.de/changes.html
>
> Ok, so I won't
After being introduced to the concept of MROW locking, I sought a
general implementation of it in Python that implemented reentrant
locks, had a simple interface, and was unit tested.
I found some implementations, but none had all three of these
qualities, so I wrote this recipe:
http://aspn.acti