Bug 3009 - Zap TAO_ORB_Core_Static_Resources
Summary: Zap TAO_ORB_Core_Static_Resources
Status: NEW
Alias: None
Product: TAO
Classification: Unclassified
Component: ORB (show other bugs)
Version: 1.5.10
Hardware: All All
: P3 normal
Assignee: DOC Center Support List (internal)
URL:
Depends on: 3028
Blocks:
  Show dependency tree
 
Reported: 2007-07-28 14:01 CDT by Johnny Willemsen
Modified: 2007-08-06 06:01 CDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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