File: Readme.txt

package info (click to toggle)
pyro5 5.15-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 2,112 kB
  • sloc: python: 14,291; makefile: 163; sh: 66; javascript: 62
file content (10 lines) | stat: -rw-r--r-- 493 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
This example shows the use of the instance_mode option when exposing a class.

The client will report the id of the object that handled the request.
The server will print this as well, but will also show exactly when Pyro is
creating a new instance of your server class.  This makes it more clear in
situations where Python itself is recycling objects and therefore
ending up with the same id.

Please make sure a name server is running somewhere first,
before starting the server and client.