Re: Re: Help: Group based synchronize decorator

2009-06-22 Thread Vishal Shetye
: Group based synchronize decorator Message-ID: m2zlc4r4e0@cs.uu.nl 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 is similar to VS http://code.activestate.com/recipes/465057/ VS

Re: Help: Group based synchronize decorator

2009-06-19 Thread Piet van Oostrum
Vishal Shetye vishal_she...@persistent.co.in (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