summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/Notify/Blocking/notify.conf
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/tests/Notify/Blocking/notify.conf')
-rw-r--r--TAO/orbsvcs/tests/Notify/Blocking/notify.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/orbsvcs/tests/Notify/Blocking/notify.conf b/TAO/orbsvcs/tests/Notify/Blocking/notify.conf
deleted file mode 100644
index f15e4999f71..00000000000
--- a/TAO/orbsvcs/tests/Notify/Blocking/notify.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-## $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"