Re: [Zope] Message exchange between distributed python code

2000-10-30 Thread Dieter Maurer
Alexander Limi writes: > I am currently writing some software in python that is spread over several > different computers. These small programs should be able to communicate > with each other and send messages that contain instructions between > themselves. You might be interested in "pyro" (P

Re: [Zope] Message exchange between distributed python code

2000-10-17 Thread Evan Simpson
From: Alexander Limi <[EMAIL PROTECTED]> > -XML-RPC > (is this lightweight enough? and is it easy to handle, and does it take > care of the transport of the message too? What about C clients/servers?) > > I think what I want is maybe something like Java's RMI, but it should work > with both Pyt

[Zope] Message exchange between distributed python code

2000-10-17 Thread Alexander Limi
Gents, I am currently writing some software in python that is spread over several different computers. These small programs should be able to communicate with each other and send messages that contain instructions between themselves. I am wrapping this up in Zope for the time being (therefore th