TAO Component Options and Tuning Documentation
TAO Component Options and Tuning Documentation
The following documentation is available on certain TAO components:
- Options describes the
options available to customize various components within TAO.
These customizations can be done by an end-user and do not
require C++ programming.
- ORB endpoint options
describes the options that TAO supports to enable
applications to specify which endpoints to use for
ORB-to-ORB communication. These customizations can be done
by an end-user or application during ORB initialization and do not
require C++ programming.
- Configuration
describes how to mix and match component options to customize
how TAO processes requests. For example, this
document explains how to configure TAO to process
all request in one thread, each request in a separate thread, or each connection
in a separate thread, etc.
- Performance tuning
describes how to optimize the throughput, scalability, and latency of TAO
to meet various application needs. It also describes how to
reduce the compilation times and memory footprints for
ACE+TAO and its applications.
Back to the TAO documentation index.