CORBA 2.3.3 Programmer's Guide for C++ (NonStop CORBA 2.3.3+)
Table Of Contents
- CORBA 2.3.3 Programmer's Guide for C++
- Legal Notice
- Contents
- About This Guide
- Chapter 1. Introduction to NonStop CORBA Programming
- Chapter 2. NonStop CORBA Administrative Environment
- Chapter 3. Compiling and Building an Application
- Chapter 4. Deploying a NonStop CORBA Application
- Chapter 5. Tracing and Debugging Applications
- Chapter 6. Writing Scalable Applications
- Chapter 7. Managing Transactions
- Chapter 8. Writing Multithreaded Applications
- Chapter 9. Designing Advanced Applications
- Chapter 10. Porting CORBA Applications to NonStop CORBA
- Chapter 11. Writing Wrappers for Legacy Clients and Servers
- Appendix A. Architectural Walkthrough
- Appendix B. Object References
- Appendix C. Servant Reference Counting in NonStop CORBA
- Index

set server env NSDOM_CFG_DBM=$NSDOM_CFG_DBM
set server arglist "-ORBprofile", "bank_server_pool"
[ set server env NSDOM_CFG_TRACE_POA=1
[ set server env NSDOM_CFG_TRACE_PROXY=1
[ set server env NSDOM_CFG_TRACE_GIOP_FW=1
[ set server env NSDOM_CFG_TRACE_GCFEH=1
$APPL_TRACE_ENABLED
[ define to use SRL
set server define =_SRL_01, class map, file $NSD_SRL_SUBVOL.NSDSRL
set server stdin /dev/null
set server stdout $PWD/server.log
set server stderr $PWD/server.log
[ See TS/MP Manuals and Tuning Notes Appendix A.
[ Set TIMEOUT to a sensible value; this sets how long a SEND through the
[ LINKMON will be allowed to be outstanding.
set server createdelay 1 secs
set server deletedelay 15 secs
set server TIMEOUT 10 SECS
set server MAXLINKS 16
set server LINKDEPTH 1
set server maxservers 6
set server numstatic 1
set server cpus (0,1,2,3)
set server tmf on, AUTORESTART 0
add server $SERVER_CLASS
start server $SERVER_CLASS
eof
Prev Up Next
Chapter 3. Compiling and Building an
Application
Home
Chapter 5. Tracing and Debugging
Applications