Roger Haase schrieb:
> I had to revise your new MiddleObject.py to put the "_mk_cacheLock = 
> threading.RLock()" statement at the module level rather than in the 
> MiddleObject __init__ method. A new MiddleObject instance is being 
> created with each request so putting the lock inside the object
> instance does not force single-threading through the readStoreData method.

Right. I've put the lock on the class level now in r7581, that should 
work as well.

> The MiddleKit test suite does not run for me either.
> 
> I will look over the 3 other 3 MiddleKit changes in the queue and
> update them for 1.0Rc1.  It will probably take me about 2 weeks to
> get around to the task.

Thanks. Anybody else who wants to brush up MiddleKit a bit before 1.0?

-- Christoph

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Webware-discuss mailing list
Webware-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to