[Zope] ZEO with Multiple Storages
    Jens Vagelpohl 
    jens at dataflake.org
       
    Thu Sep 14 03:28:34 EDT 2006
    
    
  
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On 14 Sep 2006, at 08:54, Martijn Pieters wrote:
> One ZEO server can deal with multiple storages just fine. Transactions
> involving multiple storages commit just fine.
Caveat: You buy nothing by having a single ZEO process serve several  
ZODBs when you're trying to decrease commit times. You should run a  
ZEO process per ZODB you're serving out, that way the writes can be  
segregated and parallelized. That also makes it easier to move  
processes/databases around disks/hosts to spread I/O load.
jens
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (Darwin)
iD8DBQFFCQSiRAx5nvEhZLIRAhihAKC7V0lCz3deSz0vN/0RhvdWmFAj0ACgoguT
I8NDYcUbz5t25xniZZ1akfo=
=63My
-----END PGP SIGNATURE-----
    
    
More information about the Zope
mailing list