[Zope] Defining and creating a temporary storage for each user
Peter Bengtsson
peterbe at gmail.com
Thu Sep 1 18:40:25 EDT 2005
On 9/1/05, Marco Bizzarri <marco.bizzarri at gmail.com> wrote:
> Hi Peter.
>
> No, it should work good for me also... there still is a point on how to
> create them for a custom product (I've a product and I would like to create
> the folder inside the product).
>
Are you going to go for multiple temp folders or not?
No, I don't know how to create them programmatically. Surely you can
figure it out from the source code.
> Also, I would like to test that against ZopeTestCase environment.
>
> Do you have some working code?
>
None. Sorry.
> Regards
> Marco
>
>
> On 9/2/05, Peter Bengtsson <peterbe at gmail.com> wrote:
> > I suggest you use the one temporary storage (temp_folder) and in it
> > create one Folder per user. I've done this myself for a similar scope.
> > Or am I missing something? What's the difference of multiple temp
> > folders over multiple folders inside one temp folder??
> >
> > With early zope 2.7. releases I also found temp_folder to be rather
> > unreliable. I got weird zodb errors that no one on the mailing list
> > could explain or help me solve. (and by that I don't mean anything
> > negative about the mailing list people but, that it was difficult to
> > phrase the bug report since it was quite sporadic)
> >
> > On 9/1/05, Marco Bizzarri <marco.bizzarri at gmail.com> wrote:
> > > Hi all.
> > >
> > > My work environment is Zope 2.7.x
> > >
> > > I would like to create a different temporary storage for each user. Of
> > > course, I can't simply write them in the zope.conf.
> > >
> > > Users should have their own storage, so that they can create/modify
> objects
> > > inside that, without influencing the general, shared database.
> > >
> > > Is this configuration possible? I've seen I could manipulate entries in
> the
> > > dbtab object, but I'm not sure this is safe after the first startup.
> > >
> > > Regards
> > > Marco
> > >
> > > _______________________________________________
> > > Zope maillist - Zope at zope.org
> > > http://mail.zope.org/mailman/listinfo/zope
> > > ** No cross posts or HTML encoding! **
> > > (Related lists -
> > > http://mail.zope.org/mailman/listinfo/zope-announce
> > > http://mail.zope.org/mailman/listinfo/zope-dev )
> > >
> > >
> > >
> >
> >
> > --
> > Peter Bengtsson,
> > work www.fry-it.com
> > home www.peterbe.com
> > hobby www.issuetrackerproduct.com
> >
>
>
>
> --
> Icube Srl
> http://www.icube.it/
>
--
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com
More information about the Zope
mailing list