ZEO is one way. http://www.zope.org/Documentation/Books/ZopeBook/2_6Edition/ZEO.stx Or you can "mount" a ZODB database inside another using products like MountedFileStorage, MountedClientStorage or Shane's ExternalMount product. There are some caveats to this including that you cannot cut and paste objects between databases. Andy McKay's ZSyncer is another way. HTH, - C ----- Original Message ----- From: "Mark Gibson" <mark@dimensional.com> To: <Zope@zope.org> Sent: Tuesday, August 20, 2002 1:49 PM Subject: [Zope] Sharing content between zope instances
Is there an easy or suggested way of sharing specific content between zope instances?
Thanks, Mark
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )