[Zope] Multiple ZODB for virtual hosts with ZEO
Dieter Maurer
dieter at handshake.de
Tue Sep 20 13:23:53 EDT 2005
David Pratt wrote at 2005-9-17 13:07 -0300:
>Is it possible for ZEO to be configured with multiple databases,
This is still possible but might go away in future.
Then, you would use more than a single ZEO; one ZEO per database,
to be precise.
Any ZEO client can connect to any number of ZEO servers or
(currently) storages on one or many ZEO servers.
>one for each virtual host similar to creating a ZODB mount point for an
>instance so if there is a problem with a site's database it is limited
>to a single site and that individual backups can be made of each ZODB?
You can do this -- without ZEO, with a single ZEO (and multiple storages)
and with many ZEOs.
In fact, this feature has nothing to do with ZEO but results from
mountability.
--
Dieter
More information about the Zope
mailing list