[Zope] Re: Defining and creating a temporary storage for each user
Marco Bizzarri
marco.bizzarri at gmail.com
Tue Sep 6 05:46:19 EDT 2005
Florent, thanks for your suggestion.
Could you point me on more detailed information about this topic (i.e. how
object stored in ZODB are actually managed)?
Is this more a ZODB mailing list question than Zope? Should I directly point
to ZODB documentaiton?
Regards
Marco
On 9/5/05, Florent Guillaume <fg at nuxeo.com> wrote:
>
> 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.
>
> Beware, an object stored in the ZODB cannot be used by another connection
> to
> the database. That means, by another thread, in the most common case.
> Except
> if you're very sure about what you're doing, the only kinds of references
> to
> persistent objects you should have in memory are their paths.
>
> Florent
>
> --
> Florent Guillaume, Nuxeo (Paris, France) CTO, Director of R&D
> +33 1 40 33 71 59 http://nuxeo.com fg at nuxeo.com
>
--
Icube Srl
http://www.icube.it/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.zope.org/pipermail/zope/attachments/20050906/9814af32/attachment.htm
More information about the Zope
mailing list