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

using esadmin, Using the esadmin Tool
try_lock() method, for a mutex, Creating and Using a Mutex
TS/MP
adjusting configuration for scalability, Adjusting TS/MP Configuration Parameters
process management using, Writing Your Application to Use Server Pools
server classes
See Server pools
ts_client
See Application Profiles
tsmp_client
See Application Profiles
tsmp_server
See Application profiles
U
unlock() method
for a condition variable, Creating and Using a Condition Variable
for a mutex, Creating and Using a Mutex
use_comm_server
See Application profiles
V
vthread API
yield() method, Using the yield(), join() and cancel() Methods
vthread API
using a timer with, Using a Timer for a Thread
condition variable, Creating and Using a Condition Variable
detaching a thread, Detaching a Thread
error reporting, Error Reporting from vthread Methods
mutual exclusion (mutex), Creating and Using a Mutex
terminating a thread, Terminating Execution of a Thread
thread-specific data, Saving and Retrieving Thread-Specific Data
cancel() method, Using the yield(), join() and cancel() Methods
creating a thread, Creating and Using Threads