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.
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:
44 If you run on Windows platform, go to Debug or Release directory to run the
45 script via following command: