[Zope] Re: multiple mounted storages served by ZEO?
Andrew Sydelko
andrew@sydelko.org
Tue, 22 Jul 2003 16:55:17 -0500
On Tue, 22 Jul 2003 15:47:59 -0500 "Christopher N. Deckard" <chris@globalfoo.net> wrote:
> Ok, reading more of the ZODB docs, I figured out how to serve up
> multiple storages from one ZEO server. Now I'm using DBTab and have
> the multiple storages all working just great.
>
> Now, what do I need to do for a common temp_folder across ZEO
> clients? I see how to configure DBTab for it, but I don't see how
> to make it be something that the ZEO server serves up. Do I need to
> define a storage like I would the other FileStorage storages?
The -S flag passed to the ZEO/start.py defines what storages are
to be served.
Read the ZDOB3.1.2/Doc/ZEO/start.txt file for more information.
--andy.