Please report new issues athttps://github.com/DOCGroup
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
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
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