[Zope] Re: Defining and creating a temporary storage for each user
Marco Bizzarri
marco.bizzarri at gmail.com
Mon Sep 5 11:40:28 EDT 2005
Yes, it is this kind of problems thats most probably led us to think to put
objects on a temporary folder rather than in memory...
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/20050905/5246ce7a/attachment.htm
More information about the Zope
mailing list