summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-18 16:15:19 +0000
committerpradeep <pradeep@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-11-18 16:15:19 +0000
commitdb174e7f2c66eb164d209fce3bc031a9163d6974 (patch)
treef280e472167a6771e677a4a6c66d87e25afad2cd
parentcea1e5bdb07d467c12ca5dd35cf045e6fcfc24e4 (diff)
downloadATCD-db174e7f2c66eb164d209fce3bc031a9163d6974.tar.gz
Mon Nov 18 11:04:35 2002 Pradeep Gore <pradeep@oomworks.com>
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp2
-rwxr-xr-xTAO/orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl4
-rwxr-xr-xTAO/orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl2
4 files changed, 12 insertions, 6 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index dd8fc13533d..ffc78cbcd9d 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,11 @@
+Mon Nov 18 11:04:35 2002 Pradeep Gore <pradeep@oomworks.com>
+
+ * orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl:
+ * orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl:
+ Appended Structured_ suffix to executable name.
+ * orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp:
+ Reverted thread creation flags.
+
Mon Nov 18 07:32:10 2002 Balachandran Natarajan <bala@isis-server.isis.vanderbilt.edu>
* orbsvcs/orbsvcs/Notify/Event.h: Work around for a weird BCB6
@@ -79,8 +87,6 @@ Fri Nov 15 15:29:24 2002 Pradeep Gore <pradeep@oomworks.com>
* orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl:
- Modified to run all 3 test cases described in the README.
- * orbsvcs/tests/Notify/performance-tests/RedGreen/Red
-
* orbsvcs/tests/Notify/Discarding/Notify_Structured_Push_Consumer.cpp:
Changed hardcoded "10" to the expected number of events that can
be specified on the command line.
diff --git a/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp b/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp
index 9c5358864c8..142b0d6f273 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/ThreadPool_Task.cpp
@@ -38,7 +38,7 @@ TAO_NS_ThreadPool_Task::init (TAO_NS_AdminProperties& admin_properties)
void
TAO_NS_ThreadPool_Task::init (const NotifyExt::ThreadPoolParams& tp_params, TAO_NS_AdminProperties& admin_properties ACE_ENV_ARG_DECL)
{
- long flags = THR_SCHED_DEFAULT|THR_BOUND|THR_NEW_LWP;
+ long flags = THR_NEW_LWP | THR_JOINABLE;
flags |=
TAO_NS_PROPERTIES::instance()->scope_policy () |
diff --git a/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl b/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl
index c478c1972dc..9ad71678ee9 100755
--- a/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/Structured_Multi_Filter/run_test.pl
@@ -22,9 +22,9 @@ $TS = new PerlACE::Process ("../../../Notify_Service/Notify_Service",
"localhost:$port/NameService " .
"-IORoutput $notifyior -ORBSvcConf " .
"$notify_conf" );
-$STS = new PerlACE::Process ("Supplier");
+$STS = new PerlACE::Process ("Structured_Supplier");
-$STC = new PerlACE::Process ("Consumer");
+$STC = new PerlACE::Process ("Structured_Consumer");
$args = " -ORBInitRef NameService=iioploc://localhost:$port/NameService ";
$cargs = "-n90 -c2 ";
diff --git a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl
index e327e41e671..c745855334a 100755
--- a/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl
+++ b/TAO/orbsvcs/tests/Notify/performance-tests/RedGreen/run_test.pl
@@ -20,7 +20,7 @@ unlink $namingior;
$Naming = new PerlACE::Process ("../../../../Naming_Service/Naming_Service",
"-o $namingior");
-$test = new PerlACE::Process ("RedGreen",
+$test = new PerlACE::Process ("RedGreen_Test",
"-ORBInitRef NameService=file://$namingior");
@test_configs =