<previous | top | next> | Pyro Manual |
Copyright
This software is copyright © by Irmen de Jong. It is subject to change without notice. It is completely without warranty, and provided
"as is". Use it at your own risk. In no event shall Irmen de Jong be liable for any damage resulting from errors in or improper use of it. Permission
to use, copy, modify, and distribute this software and its documentation for any purpose and without fee is hereby granted, provided that the copyright
notice appears in all copies and that both the copyright notice and the permission appears in supporting documentation.
To get an idea of how Pyro works, here is a scenario:
test
' containing a class 'testclass
', which will be accessed remotely.test
' module if you wish.testclass
', and registers them with the Pyro Naming Service.testclass
', the client can now invoke methods on the remote objects. The proxy will forward the method invocations and return the results, just as if it was the remote object itself.
Not a single line of network communication code is written.
Related technology: