From: Nick <ni...@dd...> - 2004-05-28 18:23:30
|
Ian Bicking wrote: > You'll have to be careful about caching, since SQLObject can't maintain > cache consistency on its own in a multi-process environment. You'll > either have to turn caching off, or use .sync/.expire to avoid stale > caches. Calling expire at the end of each request (or the beginning, I suppose) should take care of any persistency problems in mod_python, fastcgi, etc. At least it did for me. Nick |