Bug 3009

Summary: Zap TAO_ORB_Core_Static_Resources
Product: TAO Reporter: Johnny Willemsen <jwillemsen>
Component: ORBAssignee: DOC Center Support List (internal) <tao-support>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: 1.5.10   
Hardware: All   
OS: All   
Bug Depends on: 3028    
Bug Blocks:    

Description Johnny Willemsen 2007-07-28 14:01:55 CDT
Given all Service Config issues we should look at removing TAO_ORB_Core_Static_Resources and move this all to the ORB Params, that way we get rid of a lot of implicit behaviour
Comment 1 Johnny Willemsen 2007-08-06 04:47:27 CDT
working on getting all sync_scope, timeout and connectiontime hooks out of the static resources and into the orb. This will make it possible to set them for a specific orb, removes access of service config out of the critical path and will make it easier to move buffering constraint policy to the messaging lib
Comment 2 Johnny Willemsen 2007-08-06 06:01:13 CDT
Mon Aug  6 11:00:12 UTC 2007  Johnny Willemsen  <jwillemsen@remedy.nl>

        * tao/ORB_Core.{h,cpp,inl}:
        * tao/params.{h,cpp,inl}:
          Moved collocation_resolver to ORB params. timeout_hook
          and sync_scope hook are moved to the ORB. This way we
          use Service Config less in the critical path and can
          in the future make these different for different orbs

        * tao/Messaging/Messaging_ORBInitializer.cpp:
          Set the sync_scope and timeout_hook into the ORB