summaryrefslogtreecommitdiff
path: root/TAO/CIAO/DAnCE/RTNodeApplication/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/DAnCE/RTNodeApplication/README')
-rw-r--r--TAO/CIAO/DAnCE/RTNodeApplication/README10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/CIAO/DAnCE/RTNodeApplication/README b/TAO/CIAO/DAnCE/RTNodeApplication/README
index 1eb382ceaf7..9a0c7e03aaa 100644
--- a/TAO/CIAO/DAnCE/RTNodeApplication/README
+++ b/TAO/CIAO/DAnCE/RTNodeApplication/README
@@ -22,18 +22,18 @@ implementation. It will be removed shortly.
RTNodeApplication.cpp: Main program
NodeApplication_Task.*: ACE_Task class for spawning the thread for
- RT-NodeApplication using the right scheduling
+ RT-NodeApplication using the right scheduling
strategy.
- RTNodeApplication_Impl.* : Actual RTNodeApplication server implementation.
+ RTNodeApplication_Impl.* : Actual RTNodeApplication server implementation.
senv.sh: A simple shell script for setting up the run-time
- environment when starting NodeDaemon with sudo.
+ environment when starting NodeDaemon with sudo.
This is necessary because the RTNodeApplication needs to
spawn threads with real-time scheduling class. This
operation requires the process to be run by privileged user.
- You may need to tweak this shell script to suit your need.
- Here's an example of how to use the script:
+ You may need to tweak this shell script to suit your need.
+ Here's an example of how to use the script:
$ sudo senv.sh $CIAO_ROOT/DAnCE/NodeManager/NodeManager \
-ORBEndpoint iiop://localhost:10000 \