summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/SmartProxies/README
blob: a78d6ee9558d79a3603d78339fca9a2a8708103b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26


DevGuideExamples/SmartProxies/README

The example in this directory extends the Messenger example in
GettingStarted directory to use the Smart Proxy feature in TAO.

A new Interface, Logger which supports an operation to log the messages
(log_message) is used to log the information about the use of the
Messenger.

How to Run
----------

To start the logger server:
---------------------------
./LoggerServer

To start the messenger server:
-----------------------------
./MessengerServer


To start the messenger client:
-----------------------------
./MessengerClient