20 Sep
2005
20 Sep
'05
5:23 p.m.
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