Is there an easy or suggested way of sharing specific content between zope instances? Thanks, Mark
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 )
You could mount the database of the other instance inside the one you want to share content with (and vice versa). Another option would be to use xml-rpc. That might be the best way to go. -Casey On Tuesday 20 August 2002 01:49 pm, Mark Gibson wrote:
Is there an easy or suggested way of sharing specific content between zope instances?
Thanks, Mark
participants (3)
-
Casey Duncan -
Chris McDonough -
Mark Gibson