diff options
Diffstat (limited to 'TAO/examples/AMI/FL_Callback/README')
-rw-r--r-- | TAO/examples/AMI/FL_Callback/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/examples/AMI/FL_Callback/README b/TAO/examples/AMI/FL_Callback/README new file mode 100644 index 00000000000..f2352ecdde5 --- /dev/null +++ b/TAO/examples/AMI/FL_Callback/README @@ -0,0 +1,14 @@ +# $Id$ + + A demo of the AMI callback model, using the FL toolkit for the +GUI components. + + Run as: + +$ ./progress -p 4 -i 10000 -ORBSvcConf svc.conf +$ ./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. |