Skip to main content

How to use the client side SyncScopePolicy

  • May 17, 2013
  • 0 replies
  • 0 views

Summary This article explains the use of the SyncScopePolicy
Article Number 33639
Environment Orbix 6.3 C /Java All Supported Operating Systems
Question/Problem Description How to use the client side SyncScopePolicy
Clarifying Information Orbix supports a number of quality of service policies, which can give a client control over request processing.

The SyncScopePolicy determines how quickly a client resumes processing after sending one-way requests.
Error Message
Defect/Enhancement Number
Cause
Resolution The SyncScopePolicy can be set either through configuration or programmatically.

Setting the SyncScopePolicy through configuration can be achieved by specifying the following core policy configuration variable:
policies:sync_scope_policy

Possible values for this policy are:

SYNC_NONE
SYNC_WITH_TRANSPORT (default)
SYNC_WITH_SERVER
SYNC_WITH_TARGET

For an example of setting the SyncScopePolicy programmatically please see the the client policy demo shipped with Orbix 6.3 in the directory:
<IT_PRODUCT_DIR>\\asp\\6.3\\demos\\corba\\orb\\client_policy

Further information on using client side policies can be found in the following Orbix documentation:
Orbix CORBA Programmer's Guide, C , chapter "Developing a Client", section "Client Policies"
Orbix CORBA Programmer's Guide, Java, chapter "Developing a Client", section "Client Policies"
Workaround
Notes
Attachment
Created date: 30 July 2012
Last Modified: 12 February 2013
Last Published: 30 July 2012
First Published date: 30 July 2012

#KnowledgeDocs
#Orbix