2 ## Load the static Cos Notification Service
3 ## The BlockingPolicy requires the notify service to use the following settings to prevent
4 ## dispatch threads from handling supplier-side requests. This would allow dispatch threads
5 ## to block on the condition variables used for the blocking feature, which would prevent
6 ## the thread from handling the consumer response, resulting in deadlock.
7 static Client_Strategy_Factory "-ORBWaitStrategy rw -ORBTransportMuxStrategy exclusive -ORBConnectStrategy blocked"
8 static Resource_Factory "-ORBFlushingStrategy blocking"
9 static Notify_Default_Event_Manager_Objects_Factory "-DispatchingThreads 1"