Merge pull request #2316 from jwillemsen/jwi-taskcommenttypo
[ACE_TAO.git] / TAO / tests / RTCORBA / Linear_Priority / README
blobeedbad0d7f0b74b74189936447792fdd4c8af9fc
3 Description:
5 This is a test for the Linear Priority mapping in TAO.  In addition,
6 this test combines and tests several RT policies in different ways.
7 This test can also be used for testing the different scheduling
8 policies (e.g., FIFO, RR, OTHER) by using the ORBSchedPolicy and
9 ORBScopePolicy options in svc.conf file.
11 - The server can be setup to use bands or no bands and thread lanes or
12   no lanes.
14 - The client can be setup to use bands or no bands and different
15   invocation priorities.  It creates a thread for each invocation
16   priority and issues multiple requests to the server from each
17   thread.
19 - The following policy combinations are tested in this example:
20   __________________________________________________
22   Server-side   Thread   Client-side  Multi-priority
23      Bands       Lanes      Bands        Clients
24   __________________________________________________
26       NO          NO          NO           NO
27       YES         NO          NO           NO
28       NO          YES         NO           NO
29       YES         YES         NO           NO
30       NO          NO          YES          NO
31       NO          YES         YES          NO
32       NO          NO          NO           YES
33       YES         NO          NO           YES
34       YES         YES         NO           YES
35       NO          NO          YES          YES
36       NO          YES         YES          YES