You are viewing a plain text version of this content. The canonical link for it is here.
Posted to yoko-commits@incubator.apache.org by Apache Wiki <wi...@apache.org> on 2007/02/17 12:09:35 UTC

[Incubator-yoko Wiki] Update of "OrbConfiguration" by LarsKuehne

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Incubator-yoko Wiki" for change notification.

The following page has been changed by LarsKuehne:
http://wiki.apache.org/incubator-yoko/OrbConfiguration

The comment on the change is:
this page is now maintained over at cwiki

------------------------------------------------------------------------------
- This page contains a description of all Yoko core ORB configuration parameters.
+ deleted
  
- [[TableOfContents]]
- 
- == yoko.orb.conc_model ==
- 
- Type / Possible values: threaded
- 
- Default value: threaded
- 
- The ORB's concurrency model. There is only one allowed value which is also the default!?
- 
- == yoko.orb.trace.* ==
- 
- == yoko.orb.id ==
- 
- Type / Possible values: <String>
- 
- == yoko.orb.server_name ==
- 
- Type / Possible values: <String>, must start with alpha-numeric character
- 
- == yoko.orb.server_instance ==
- 
- == yoko.orb.raise_dii_exceptions ==
- 
- Type / Possible values: <Boolean>
- 
- == yoko.orb.native_cs ==
- 
- Type / Possible values: <String>, the name of a supported charset. Which ones are supported?
- 
- == yoko.orb.native_wcs ==
- 
- Type / Possible values: <String>, the name of a supported charset. Which ones are supported?
- 
- == yoko.orb.default_wcs ==
- 
- Type / Possible values: <String>, the name of a supported charset. Which ones are supported?
- 
- == yoko.orb.extended_wchar ==
- 
- Type / Possible values: <Boolean>
- 
- 
- == yoko.orb.default_init_ref ==
- 
- == yoko.orb.server_timeout ==
- 
- == yoko.orb.server_shutdown_timeout ==
- 
- == yoko.orb.client_timeout ==
- 
- == yoko.orb.client_shutdown_timeout ==
- 
- == yoko.orb.service.* ==
- 
- == yoko.orb.oa.conc_model ==
- 
- Type / Possible values: threaded, thread_per_client, thread_per_request, thread_pool
- 
- == yoko.orb.oa.thread_pool ==
- 
- Type / Possible values: <Integer> (values larger than 0)
- 
- Default value: 10
- 
- The size of the thread pool when ''yoko.orb.oa.conc_model'' has been set to ''thread_pool''
- 
- == yoko.orb.oa.endpoint ==
- 
- Type / Possible values: <iiop endpoint specification> (TDB: describe format)
- 
- Defines which port the ORB will listen on, which hostnames are published in IORs, etc.
- 
- == yoko.orb.oa.version ==
- 
- Type / Possible values: 1.0, 1.1, 1.2
- 
- Default value: 1.2
- 
- The GIOP version.
- 
- == yoko.orb.poamanager.* ==
- 
- == yoko.orb.noIMR ==
- Type / Possible values: <Boolean>
- 
- Prevents registration in an Implementation Repository (IMR) when set (even when set to ''false'', that is probably a bug).
- 
- == yoko.orb.use_type_code_cache ==
- 
- Type / Possible values: <Boolean>
- 
- == yoko.orb.giop.max_message_size ==
- 
- Type / Possible values: <Integer>
- 
- == yoko.orb.ami_workers ==
- 
- Type / Possible values: <Integer>
- 
- Default value: 1
- 
- The number of Asynchronous Method Invocation workers.
- 
- == yoko.orb.policy.* ==
-