summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 22:55:18 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-08 22:55:18 +0000
commit50b2d546bd1e75a0b157dc72da0739d36232b848 (patch)
tree56f6d82b6e3f9c8fa0d465de22d588a879307b4a /TAO
parent434fa4e12a8319d346edb4ae954385489a25dde8 (diff)
downloadATCD-50b2d546bd1e75a0b157dc72da0739d36232b848.tar.gz
Removed redundant options.
Diffstat (limited to 'TAO')
-rw-r--r--TAO/examples/POA/On_Demand_Loading/svc.conf8
-rw-r--r--TAO/examples/Simulator/Event_Supplier/svc.conf6
-rw-r--r--TAO/performance-tests/Thruput/TAO/svc.conf5
3 files changed, 9 insertions, 10 deletions
diff --git a/TAO/examples/POA/On_Demand_Loading/svc.conf b/TAO/examples/POA/On_Demand_Loading/svc.conf
index 7b853699390..1637da4579f 100644
--- a/TAO/examples/POA/On_Demand_Loading/svc.conf
+++ b/TAO/examples/POA/On_Demand_Loading/svc.conf
@@ -1,5 +1,5 @@
-# $Id$
+# $Id: svc.conf,v 1.
+6 1999/06/08 20:46:50 schmidt Exp $
#
-static Resource_Factory "-ORBResources global"
-static Client_Strategy_Factory ""
-static Server_Strategy_Factory "-ORBConcurrency reactive -ORBSystemidPolicyDemuxStrategy dynamic -ORBTableSize 128"
+
+static Server_Strategy_Factory "-ORBsystemidpolicydemuxstrategy dynamic -ORBtablesize 128"
diff --git a/TAO/examples/Simulator/Event_Supplier/svc.conf b/TAO/examples/Simulator/Event_Supplier/svc.conf
index e1aa19dda47..34bf7564c6e 100644
--- a/TAO/examples/Simulator/Event_Supplier/svc.conf
+++ b/TAO/examples/Simulator/Event_Supplier/svc.conf
@@ -1,5 +1,5 @@
# $Id$
#
-static Resource_Factory "-ORBResources global"
-static Client_Strategy_Factory ""
-static Server_Strategy_Factory "-ORBConcurrency reactive -ORBDemuxStrategy dynamic -ORBTableSize 128"
+
+static Server_Strategy_Factory " -ORBdemuxstrategy dynamic -ORBtablesize 128"
+
diff --git a/TAO/performance-tests/Thruput/TAO/svc.conf b/TAO/performance-tests/Thruput/TAO/svc.conf
index d0573388b31..7fc67fe7813 100644
--- a/TAO/performance-tests/Thruput/TAO/svc.conf
+++ b/TAO/performance-tests/Thruput/TAO/svc.conf
@@ -1,5 +1,4 @@
# $Id$
#
-static Resource_Factory "-ORBResources global"
-static Client_Strategy_Factory ""
-static Server_Strategy_Factory "-ORBConcurrency thread-per-connection -ORBSystemidPolicyDemuxStrategy dynamic -ORBTableSize 128"
+
+static Server_Strategy_Factory "-ORBconcurrency thread-per-connection -ORBsystemidpolicydemuxstrategy dynamic -ORBtablesize 128"