summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Bug_1385_Regression/notify.conf
blob: f15e4999f71846844fa51202a8182ce875f7be44 (plain)
1
2
3
4
5
6
7
8
9
10
## $Id$
#
## Load the static Cos Notification Service
## The BlockingPolicy requires the notify service to use the following settings to prevent 
## dispatch threads from handling supplier-side requests. This would allow dispatch threads
## to block on the condition variables used for the blocking feature, which would prevent
## the thread from handling the consumer response, resulting in deadlock.
static Client_Strategy_Factory "-ORBWaitStrategy rw -ORBTransportMuxStrategy exclusive -ORBConnectStrategy blocked"
static Resource_Factory "-ORBFlushingStrategy blocking"
static Notify_Default_Event_Manager_Objects_Factory "-DispatchingThreads 1"