summaryrefslogtreecommitdiff
path: root/TAO/tests/Endpoint_Per_Priority/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Endpoint_Per_Priority/README')
-rw-r--r--TAO/tests/Endpoint_Per_Priority/README10
1 files changed, 0 insertions, 10 deletions
diff --git a/TAO/tests/Endpoint_Per_Priority/README b/TAO/tests/Endpoint_Per_Priority/README
deleted file mode 100644
index ac7c74cb72b..00000000000
--- a/TAO/tests/Endpoint_Per_Priority/README
+++ /dev/null
@@ -1,10 +0,0 @@
-# $Id$
-
- A simple test to verify that endpoint-per-priority works. This
-is a concurrency strategy where each endpoint is assigned a thread
-running at a different priority. The priority of each endpoint is
-transmitted to the client as a Tagged Component of the IOR. The
-client makes the request on the right endpoint to preserve priority
-end-to-end.
-
- Check the run_test.pl script to check how this is used.