summaryrefslogtreecommitdiff
path: root/TAO/tests/Leader_Followers/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Leader_Followers/README')
-rw-r--r--TAO/tests/Leader_Followers/README19
1 files changed, 19 insertions, 0 deletions
diff --git a/TAO/tests/Leader_Followers/README b/TAO/tests/Leader_Followers/README
new file mode 100644
index 00000000000..725c92f1ad0
--- /dev/null
+++ b/TAO/tests/Leader_Followers/README
@@ -0,0 +1,19 @@
+# $Id$
+
+Description:
+
+This is a test for server applications that have client threads
+(threads making remote calls) starting before event loop threads
+(threads running the event loop).
+
+Expected output:
+
+The event loop threads should wait for the client threads that become
+leaders to give up leadership before continuing.
+
+How to run:
+
+You can use the run_test.pl script to run it or:
+
+$ server
+$ client