From 4b3edf8aac28c822f746d61a6c38842bd33d466d Mon Sep 17 00:00:00 2001 From: coryan Date: Fri, 16 Mar 2001 21:54:09 +0000 Subject: ChangeLogTag:Fri Mar 16 13:53:04 2001 Carlos O'Ryan --- TAO/orbsvcs/tests/EC_Throughput/ec_mt.conf | 4 +++- TAO/orbsvcs/tests/EC_Throughput/run_test.pl | 9 ++++----- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'TAO/orbsvcs/tests/EC_Throughput') diff --git a/TAO/orbsvcs/tests/EC_Throughput/ec_mt.conf b/TAO/orbsvcs/tests/EC_Throughput/ec_mt.conf index 02c971a7150..f0b21964ce3 100644 --- a/TAO/orbsvcs/tests/EC_Throughput/ec_mt.conf +++ b/TAO/orbsvcs/tests/EC_Throughput/ec_mt.conf @@ -1,2 +1,4 @@ +# # $Id$ -static EC_Factory "-ECProxyPushConsumerCollection mt:immediate:list -ECProxyPushSupplierCollection mt:immediate:list -ECdispatching mt -ECdispatchingthreads 4 -ECfiltering basic -ECproxyconsumerlock thread -ECproxysupplierlock thread -ECsupplierfiltering per-supplier" +# +static EC_Factory "-ECProxyPushConsumerCollection mt:immediate:list -ECProxyPushSupplierCollection mt:immediate:list -ECDispatching mt -ECDispatchingThreads 4 -ECFiltering basic -ECProxyConsumerLock thread -ECProxySupplierLock thread -ECSupplierFiltering per-supplier" diff --git a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl index 049a06682f3..67a55e82d55 100755 --- a/TAO/orbsvcs/tests/EC_Throughput/run_test.pl +++ b/TAO/orbsvcs/tests/EC_Throughput/run_test.pl @@ -11,13 +11,12 @@ use PerlACE::Run_Test; $status = 0; $ec_conf = PerlACE::LocalFile ("ec.conf"); -#$ec_mt_conf = PerlACE::LocalFile ("ec_mt.conf"); -$ec_mt_conf = PerlACE::LocalFile (""); +$ec_mt_conf = PerlACE::LocalFile ("ec_mt.conf"); print STDERR "================ Collocated tests, single threaded\n"; $T = new PerlACE::Process ("ECT_Throughput", - "-ORBsvcconf $ec_conf" + "-ORBSvcConf $ec_conf" . " -m new -u 10000 -n 1 -t 0 -c 4"); @@ -28,10 +27,10 @@ if ($test != 0) { $status = 1; } -print STDERR "================ Collocated tests, single threaded\n"; +print STDERR "================ Collocated tests, multi threaded\n"; $T = new PerlACE::Process ("ECT_Throughput", - "-ORBsvcconf $ec_mt_conf" + "-ORBSvcConf $ec_mt_conf" . "-m new -u 10000 -n 1 -t 0 -c 4"); $test = $T->SpawnWaitKill (60); -- cgit v1.2.1