Re: ANN: Louie-1.0b2 - Signal dispatching mechanism

2005-12-06 Thread Matthew Scott
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

Multiple-reader-one-writer (MROW) locking -- soliciting improvements

2005-05-05 Thread Matthew Scott
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