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 need it (yet).

One difference that may help you out if you ever experiment with PJE's
RuleDispatch, is that the 'louie' top-level package name does not
conflict with RuleDispatch's 'dispatch' top-level package name.

- Matthew

-- 
http://mail.python.org/mailman/listinfo/python-list


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.activestate.com/ASPN/Cookbook/Python/Recipe/413393

I'm posting a link to it here in case others find it useful, and also
to solicit feedback for improving the recipe.

Enjoy!

- Matthew

-- 
http://mail.python.org/mailman/listinfo/python-list