Merge pull request #2222 from jwillemsen/jwi-dllexportwarning
[ACE_TAO.git] / TAO / tests / Timeout / README
blobf1a228b4a0043a91a67de74b8aad659435369a59
3         A simple test for timeouts.  The client sets each one of the
4 policy overrides (object, thread and ORB) and issues requests using
5 those policies.  The requests take a client controlled amount of time
6 on the server.
8         As the client increases the duration of the request the
9 requests should start to timeout.
11 Please see the file README.expected_behavior for a more detailed
12 description of what to expect and what has been observed on real-time Linux and non real-time Linux operating systems.
14         To run it do:
16 $ server -o test.ior
17 $ client -k file://test.ior -l 5 -h 15
19         or use the run_test.pl script.