File: Readme.txt

package info (click to toggle)
pyro4 4.82-2
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 2,528 kB
  • sloc: python: 17,736; makefile: 169; sh: 113; javascript: 62
file content (8 lines) | stat: -rw-r--r-- 423 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
This example shows the use of several advanced Pyro constructs:

- overriding proxy and daemon to customize their behavior
- setting the hmac key
- using the call context in the server to obtain information about the client
- setting and printing correlation ids
- using custom message annotations (both old style with proxy/daemon method override,
  and new style using the call context which is possible since Pyro 4.56)