summaryrefslogtreecommitdiff
path: root/DevGuideExamples/Multithreading
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-10-03 21:02:32 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2011-10-03 21:02:32 +0000
commit4dcca24c609008f9fe8a4e01966702b8f4c08e61 (patch)
tree6bf00b87749636ef3ea7ec22a9b13d4dd2597378 /DevGuideExamples/Multithreading
parent8c7cc4d18ddf28a18a01fef53aaea68422b2fff2 (diff)
downloadATCD-alt_mapping_SAIC.tar.gz
Merged version 94552 from main trunk into this branchalt_mapping_SAIC
Diffstat (limited to 'DevGuideExamples/Multithreading')
-rwxr-xr-xDevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl6
1 files changed, 6 insertions, 0 deletions
diff --git a/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl b/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl
index 3c8b6d058ce..67e95fc1752 100755
--- a/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl
+++ b/DevGuideExamples/Multithreading/ThreadPerConnection/run_test.pl
@@ -39,6 +39,12 @@ $client4->DeleteFile($iorbase);
my $hostname = $server->HostName ();
+# Copy configuration file first
+if ($server->PutFile ($svcbase) == -1) {
+ print STDERR "ERROR: cannot set file <$server_svcfile>\n";
+ exit 1;
+}
+
$SV = $server->CreateProcess ("MessengerServer",
"-ORBdebuglevel $debug_level " .
"-ORBSvcConf $server_svcfile " .