<previous | top | next> Pyro Manual

Pyro Manual

version 1.1 (May 7, 2000)

Irmen de Jong (irmen@bigfoot.com)

Pyro is an acronym for PYthon Remote Objects. It is a basic Distributed Object Technology system written entirely in Python, and for use in Python only. With this, it closely resembles Java's Remote Method Invocation (RMI). It has less similarity to CORBA - which is a system and language independent Distributed Object Technology and has much more to offer than Pyro or RMI. But Pyro is small, simple, fun and free!
Contents

1 Introduction
Introduces Pyro
2 Pyro Concepts
Explanation of Pyro concepts
3 Installation and Configuration
How to install Pyro, how to configure it
4 Pyro Usage
How to use Pyro and get your system running
5 Implementation
Technical overview of the Pyro implementation
6 Rules and Limitations
Naming scheme, developer guidelines and limitations of Pyro
7 Example
A full example
8 Errors and Troubleshooting
Description of Pyro errors and troubleshooting tips
9 Change history
Changes since the previous versions