3 This is a unit test for RTCORBA::SERVER_DECLARED priority model.
8 The server creates a POA with RTCORBA::SERVER_DECLARED priority model
9 policy. Two objects are created using this POA, one inherits the POA
10 priority and the second one overrides POA priority with its own.
11 Server threadpool resources are configured appropriately.
13 The client obtains two object references and invokes a method on each
14 several times. On each invocation, the client passes object's server
15 declared priority as operation argument. This allows the servant to
16 check that appropriate resources are being used for servicing client
17 requests. In particular, servant checks that priority of the thread
18 used for servicing the request equals to the server declared priority
19 of the object, known from the operation argument.
21 See run_test.pl for instructions on how to run both this test.