Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / DevGuideExamples / Multithreading / Reactive / README
blobb27d546f86f215bffeb4e5aba7ebc9dacb9d7ea5
3 File: DevGuideExamples/Multithreading/Reactive/README
6 This directory contains a CORBA example illustrating a simple client and
7 a server with an interface Messenger. The Messenger interface has
8 an operation for sending a message (send_message).  The MessengerClient
9 will send a message which is displayed by the MessengerServer when
10 received.  The MessengerClient will then confirm that the message has
11 been sent successfully.
13 This version of the MessengerServer illustrates the single-threaded
14 reactive concurrency model for servers as described in the
15 Multithreading with TAO chapter.  The svc.conf file shows run time
16 configuration options for optimizing single-threaded TAO applications.
19 How to Run
20 ----------
22 To start the server :
23 ------------------
24 ./MessengerServer
27 To start the client:
28 ------------------
29 ./MessengerClient
33 Exeuction via Perl Script
34 -------------------------
36 A Perl script has been created to automate the steps shown
37 above.  This script can be run via the following command:
39 ./run_test.pl
42 NOTE:
44    If you run on Windows platform, go to Debug or Release directory to run the
45    script via following command:
47    perl ../run_test.pl