hon.org
> Subject: Re: Help: Group based synchronize decorator
> Message-ID:
> Content-Type: text/plain; charset=us-ascii
>
> >>>>> Vishal Shetye (VS) wrote:
>
> >VS> I want to synchronize calls using rw locks per 'group' and my
> implementation i
> Vishal Shetye (VS) wrote:
>VS> I want to synchronize calls using rw locks per 'group' and my
>implementation is similar to
>VS> http://code.activestate.com/recipes/465057/
>VS> except that I have my own Lock implementation.
>VS> All my synchronized functions take 'whatGroup' as param. My