26 Nov
2003
26 Nov
'03
7:40 p.m.
On Wed, 2003-11-26 at 10:55, John Ziniti wrote:
Andreas Jung wrote:
Since storages are pluggable you can spread storages over multiple disks and mount them into your Zope instance.
You can? Is there a HOWTO on this topic. It seems like an interesting way to seperate content for different vhosts, so a corrupt ZODB for one website won't bring down the others as well.
For this, the easiest thing is to run multiple Zope instances. Each instance maintains its own products, ext. methods ZODB store(s), etc. HTH, Dylan