repo.or.cz
/
ACE_TAO.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #1844 from jrw972/monterey
[ACE_TAO.git]
/
TAO
/
DevGuideExamples
/
RTCORBA
/
README
blob
732b4100d9cd1cdbb40d44fa892fe0729a2593a5
1
2
3
DevGuideExamples/RTCORBA/README
4
5
This directory contains an RTCORBA example illustrating a simple client and
6
a server with a Interface Messenger. The Messenger Interface has
7
an operation for sending a message (send_message).
8
9
How to Run
10
----------
11
12
To start the server:
13
------------------
14
./MessengerServer
15
16
17
To start the client:
18
------------------
19
./MessengerClient