From bc62cb58aeef28466c4a5cf0be246016d8216098 Mon Sep 17 00:00:00 2001 From: Ossama Othman Date: Fri, 16 Jul 1999 19:16:24 +0000 Subject: Cosmetic/trivial updates. --- TAO/docs/configurations.html | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/TAO/docs/configurations.html b/TAO/docs/configurations.html index 4a696f55f0f..13776d795fa 100644 --- a/TAO/docs/configurations.html +++ b/TAO/docs/configurations.html @@ -28,7 +28,7 @@ model.

href="http://www.cs.wustl.edu/~schmidt/Svc-Conf.ps.gz">ACE Service Configurator framework. Thus, options are specified in the familiar svc.conf file (if you want to use a different file -name, use the -ORBsvcconf +name, use the -ORBSvcConf option). You can also setup default configurations for your programs. Please see the Programming Considerations for more detailed discussion on this.

@@ -148,7 +148,7 @@ Roadmap
  • Server concurrency strategy -- The default server strategy factory provided by down support two different concurrency strategy. It can be specified by adding - the "-ORBconcurrency" flag in the -ORBConcurrency flag in the Server_Strategy_Factory entry of the svc.conf file. This specifies the concurrency strategy an ORB uses. This strategy @@ -233,8 +233,8 @@ Roadmap is used by default to ensure proper access.

    Using the switch - -ORBprofilelock this policy can be deactivated - specifying -ORBprofilelock null. + -ORBProfileLock this policy can be deactivated + specifying -ORBProfileLock null. The primary reason for doing this is to improve performance when no forwarding is used or no multithreading with access to shared CORBA::Object's. Using a null mutex reduces @@ -373,7 +373,7 @@ The following are common ORB configurations used by TAO applications.

    select_mt (default) or other thread-safe platform specific reactors.

    TAO_Server_Strategy_Factory: - -ORBconcurrency thread-per-connection + -ORBConcurrency thread-per-connection

    @@ -419,7 +419,7 @@ The following are common ORB configurations used by TAO applications.

    select_mt (default) or other thread-safe platform specific reactors.

    TAO_Server_Strategy_Factory: - -ORBconcurrency reactive + -ORBConcurrency reactive

    @@ -464,7 +464,7 @@ The following are common ORB configurations used by TAO applications.

    select_mt (default) or other thread-safe platform specific reactors.

    TAO_Server_Strategy_Factory: - -ORBconcurrency thread-per-connection + -ORBConcurrency thread-per-connection @@ -512,7 +512,7 @@ multiple ORBs, and thread-per-connection configuration.

    TAO_Resource_Factory: -ORBReactorType tp.

    TAO_Server_Strategy_Factory: - -ORBconcurrency reactive + -ORBConcurrency reactive @@ -553,7 +553,7 @@ multiple ORBs, and thread-per-connection configuration.

    TAO_Resource_Factory: -ORBReactorType tp.

    TAO_Server_Strategy_Factory: - -ORBconcurrency reactive + -ORBConcurrency reactive @@ -577,9 +577,9 @@ components.

    this approach is you always need a svc.conf file if you want to do use non-default configuration.

    -
  • You can use -ORBsvcconf filename to use +

  • You can use -ORBSvcConf filename to use a config file that is not called svc.conf. - Specifying -ORBsvcconf exclude the reading of + Specifying -ORBSvcConf exclude the reading of default svc.conf file.

  • If you don't want the application users to worry about @@ -589,14 +589,14 @@ components.

    to set up the default svc.conf entries. In this case, if a TAO application cannot find a svc.conf file, it will configure TAO's components using the default settings. You can still use a - svc.conf file or use -ORBsvcconf + svc.conf file or use -ORBSvcConf option to tune the program.

  • TAO programs evaluate the configuration settings in the following order,

      -
    1. File specified in -ORBsvcconf command-line +
    2. File specified in -ORBSvcConf command-line option, if one exist. Otherwise, the svc.conf in the start-up directory will be evaluated, if one exist. @@ -625,7 +625,7 @@ components.

      in your ACE config.h file and recompile TAO library. In this case, a TAO program will not try to search for the default svc.conf file. However, if platform - support, you can still use -ORBsvcconf to change + support, you can still use -ORBSvcConf to change the program behavior temporarily.

      On these platform, you can alter the default settings for @@ -677,7 +677,7 @@ Configuration for homogenous systems sockets) can take advantage of TAO's UIOP pluggable transport protocol to improve performance considerably. To use TAO's UIOP pluggable protocol, simply specify a UIOP endpoint on the command line using - the -ORBEndpoint option described in the + the -ORBEndpoint option described in the options documentation. Further performance improvement can be achieved by using the UIOP protocol in combination with the -ORBGIOPlite option. Additional information about @@ -739,7 +739,7 @@ choice of your configuration options. reactor for several concurrent requests; sometimes this configuration can be an overkill, if only one thread is using a reactor at the same time a lighter weight implementation can be used.

      This - configuration is controled by the -ORBclientconnectionhandler + configuration is controlled by the -ORBClientConnectionHandler option, good opportunities to use this option are:

        @@ -754,7 +754,7 @@ choice of your configuration options.
      • Allocator for input CDR streams -- Normally the application has no access to this buffer, and it is only used on the demarshaling of arguments - (or results). It is almost always better to use the "-ORBinputcdrallocator + (or results). It is almost always better to use the "-ORBInputCDRAllocator null" option since it will allocate memory from a thread specific allocator and it will not need locks to manage that memory.
      • -- cgit v1.2.1