summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_NoUpcall_Client_Leader/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_NoUpcall_Client_Leader/README')
-rw-r--r--TAO/tests/MT_NoUpcall_Client_Leader/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tests/MT_NoUpcall_Client_Leader/README b/TAO/tests/MT_NoUpcall_Client_Leader/README
index f8174c18bc2..bb44e5784dc 100644
--- a/TAO/tests/MT_NoUpcall_Client_Leader/README
+++ b/TAO/tests/MT_NoUpcall_Client_Leader/README
@@ -1,4 +1,4 @@
-// $Id$
+$Id$
The test simulates a case when an incomming requests is being detected while a
client-leader thread is waiting in the reactor event loop for its own reply.
@@ -16,14 +16,14 @@ in the reactor event loop for its own reply. Thus, if any follower threads are
available, they can pick it up and process it eventually.
A rapidly increasing spin prevention back-off delay helps to mitigate the
-negative influence of this solution over the processor utilization.
+negative influence of this solution over the processor utilization.
Run the test by starting the server:
./server -ORBSvcConf mt_noupcall.conf
-
+
And the client:
./client
-
+
If any requests get "ignored" the server process will hang indefinitely.