CORBA 2.6.1 Programmer's Guide for C++
Table Of Contents
- HP NonStop CORBA 2.6.1 Programmer's Guide for C++- New and Changed Information
- Legal Notice
- 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. Using the IIOP/SSL API
- Chapter 12. 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 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
Chapter 3. Compiling and Building an Application   Chapter 5. Tracing and Debugging Applications










