summaryrefslogtreecommitdiff
path: root/trunk/TAO/examples/AMI/FL_Callback/README
blob: 59c3cd0ba9a127098cd5f9d5d9394c4c6892f1da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$

	A demo of the AMI callback model, using the FL toolkit for the
GUI components.

	Run as:

$ ./progress -p 4 -i 10000
$ ./peer -n 1 -t 10000 -ORBSvcConf peer.conf
$ ./peer -n 2 -t 10000 -ORBSvcConf peer.conf
$ ./peer -n 4 -t 10000 -ORBSvcConf peer.conf
$ ./peer -n 8 -t 10000 -ORBSvcConf peer.conf

	then press "start" in the progress window.

Notes:
- Compile TAO with TAO_HAS_CORBA_MESSAGING and TAO_HAS_AMI_CALLBACK
  defined.

- Use the switch -GC on the TAO IDL compiler to generate AMI stubs.