summaryrefslogtreecommitdiff
path: root/TAO/tests/Endpoint_Per_Priority/README
blob: ac7c74cb72bed49542f301ac2353a47f989de331 (plain)
1
2
3
4
5
6
7
8
9
10
# $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.