[Zope] Anyone used Pyro (Python Remote Objects)?
Kevin Dangoor
kid@kendermedia.com
Tue, 16 May 2000 11:41:03 -0400
Have you thought about using ZClient, XML-RPC, or possibly SOAP? The first
two are already supported by Zope...
Depending on what you're doing, one of the two built in methods may do what
you want...
Kevin
----- Original Message -----
From: "Cary O'Brien" <cobrien@Radix.Net>
To: <zope@zope.org>
Sent: Tuesday, May 16, 2000 11:02 AM
Subject: [Zope] Anyone used Pyro (Python Remote Objects)?
>
> I'm looking at a way to set up a distributed system, distributed
> for performance and fault-tolerance. I'm pretty sure about using
> Zope and Python, and I've been looking at Pyro
>
> http://www.xs4all.nl/~irmen/pyro.html