Peter Hansen wrote:
Steve Holden wrote:
Look at the Pyrex package to get you started thinking about remote execution and client/server communications. This lets a program on one machine call methods on objects on another machine.
Steve meant to say "Pyro", not "Pyrex". The former is what he actually described. The latter is actually a Python-like language that lets one write code that can be compiled as an extension module, to write performance-critical code or interface to existing libraries more easily.
Correct, Python Remote Objects is indeed what I meant. Thanks, Peter.
regards Steve -- Steve Holden http://www.holdenweb.com/ Python Web Programming http://pydish.holdenweb.com/ Holden Web LLC +1 703 861 4237 +1 800 494 3119 -- http://mail.python.org/mailman/listinfo/python-list
