diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-06 02:38:55 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-06 02:38:55 +0000 |
commit | 4c8d0ae9021f9177bf6acb1806f34ffdf9d3b7c9 (patch) | |
tree | 1a911de10c30bb4884eca04cfe6e0e4d1845e86a /TAO/tests/Timeout/README | |
parent | 09dca63bd9db96587aea7b5220d04435b99a53e4 (diff) | |
download | ATCD-4c8d0ae9021f9177bf6acb1806f34ffdf9d3b7c9.tar.gz |
ChangeLogTag:Mon Jul 5 21:20:18 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Timeout/README')
-rw-r--r-- | TAO/tests/Timeout/README | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tests/Timeout/README b/TAO/tests/Timeout/README new file mode 100644 index 00000000000..51172687346 --- /dev/null +++ b/TAO/tests/Timeout/README @@ -0,0 +1,15 @@ +# $Id$ + + A simple test for timeouts. The client sets each one of the +policy overrides (object, thread and ORB) and issues requests using +those policies. The requests take a client controlled amount of time +on the server. + As the client increases the duration of the request the +requests should start to timeout. + + To run it do: + +$ server -o test.ior +$ client -k file://test.ior -l 5 -h 15 + + or use the run_test.pl script. |