[Zope] Defining and creating a temporary storage for each user
Chris Withers
chris at simplistix.co.uk
Fri Sep 2 03:15:09 EDT 2005
Marco Bizzarri wrote:
>
> Users should have their own storage, so that they can create/modify objects
> inside that, without influencing the general, shared database.
The ZODB mounting machinery isn't designed for this case and it would
take a lot of work on your part to make it do what you need, although it
should certainly be possible.
What about not influencing the general, shared database (can you tell us
more about what that is?) means that you think you need seperate storages?
cheers,
Chris
PS: You shouldn't be using DBTab in this day and age, upgrade your Zope
version and use zope.conf...
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope
mailing list