summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Blocking/notify.conf
blob: 4b52ccb153ac06ae5feec618bf0b2133bba309f6 (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"