File: README

package info (click to toggle)
python-omniorb 3.6-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch, wheezy
  • size: 3,128 kB
  • ctags: 3,321
  • sloc: cpp: 13,969; python: 8,883; sh: 2,576; xml: 107; makefile: 95; ansic: 35
file content (21 lines) | stat: -rw-r--r-- 811 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This directory contains examples of various POA facilities.

All the examples implement the Echo server.

servantactivator.py and servantlocator.py do on-demand object
activation / location. If you run either program with a -l command
line argument, it will make a number of local calls to the object,
showing that the activator or locator runs in the local, as well as
the remote, case.

singlethread.py shows a single threaded POA. Only one thread at a time
is permitted to process requests, but invocations can happen on
different threads. mainthread.py performs all invocations on the main
thread, rather than threads created by omniORB.

Look at the source for each program to see extra things you can do
with them.

Before the programs will run, you must compile the IDL with

  omniidl -bpython echo.idl