summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/SmartProxies/README
blob: 13ac4dd51eff2f68af59a982aeef2a882a192772 (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
$Id$

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