[Zope] Defining and creating a temporary storage for each user

Chris Withers chris at simplistix.co.uk
Tue Sep 6 03:05:45 EDT 2005


Marco Bizzarri wrote:
> You mean mantaining just in the memory... uhmmm.... I should double check 
> with the fact that the object in memory should mantain some reference to an 
> object on the ZODB... which should be no problem at all.

Yeah, you'll have to be careful with references. If it were me, I'd just 
use zodb paths as references from your memory-only objects to your ZODB 
object and only resolve them when absolutely necessary...

cheers,

Chris

-- 
Simplistix - Content Management, Zope & Python Consulting
            - http://www.simplistix.co.uk



More information about the Zope mailing list