summaryrefslogtreecommitdiff
path: root/TAO/tests/MT_Server/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/MT_Server/README')
-rw-r--r--TAO/tests/MT_Server/README19
1 files changed, 0 insertions, 19 deletions
diff --git a/TAO/tests/MT_Server/README b/TAO/tests/MT_Server/README
deleted file mode 100644
index 7820727a22f..00000000000
--- a/TAO/tests/MT_Server/README
+++ /dev/null
@@ -1,19 +0,0 @@
-# $Id$
-
-Description:
-
- This is a simple test for a thread-pool server. It creates a
-server process with a variable number of threads, multiple clients can
-send requests to it, the requests are handled in different threads.
-
-Expected output:
- The server prints out the IOR of the object it serves and the
-thread that handles each request.
-
-How to run:
- You can use the run_test.pl script to run it or:
-
-$ server -o test.ior -n 4 -ORBSvcConf server.conf
-$ client -k file://test.ior -i 1000
-$ client -k file://test.ior -i 1000
-$ client -k file://test.ior -i 1000