Am 14. Juni 2010 14:28 schrieb Guido Trotter <[email protected]>: > --- a/lib/jqueue.py > +++ b/lib/jqueue.py > +_big_jqueue_lock = locking.SharedLock()
Make this an instance variable. Michael
Am 14. Juni 2010 14:28 schrieb Guido Trotter <[email protected]>: > --- a/lib/jqueue.py > +++ b/lib/jqueue.py > +_big_jqueue_lock = locking.SharedLock()
Make this an instance variable. Michael