summaryrefslogtreecommitdiff
path: root/modules/CIAO/examples/DevGuideExamples/Messenger/StaticDAnCE/README.txt
blob: 71cfbcf947fffb9bef77846ecf2e3798ccc404c0 (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
27
28
29
30
31
32
33
34
35
// $Id$

plan.h
-------
generated by running
$CIAO_ROOT/DAnCE/StaticConfiguration/StaticDAnCEParser -p
  ../descriptors/Application-flattened.cdp

Messenger_StaticDAnCE.mpc
-------------------------
started with a copy of StaticDAnCEApp.mpc.tmpl from
  $CIAO_ROOT/DAnCE/StaticConfiguration
changed project name and exe name
replaces example libs with libs built in the .. directory
added the after += line

StaticDAnCEApp.cpp
------------------
copied from StaticDAnCEApp.cpp.tmpl in $CIAO_ROOT/DAnCE/StaticConfiguration

run_test.pl
-----------
a modified copy of the ../descriptors/run_test.pl script that uses the static
application in place of the NodeManager to run the Messenger_Node (port 44000)

To run the test on the target, start the Messenger_StaticDAnCE executable
(with -ORBEndpoint iiop://:44000) first on the target.
Then comment out the spawning of process NA4 in the run_test.pl script.
Also modify the final line of ../descriptors/ApplicationNodeMap.dat to
replace host with the hostname or IP address of the target system.

Known issues:
- During shutodwn the Execution_Manager will print out some exceptions when
it tries to communicate with the Messenger_StaticDAnCE process that has
already terminated.