summaryrefslogtreecommitdiff
path: root/TAO/tests/Multiple_Retry_Tests/Retry_On_Connection_Failure/README
blob: a12accca62adc1cb39a5a7199d73cb44cbd273a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$Id$

  This tests shows that by using -ORBForwardOnTransientLimit and -ORBForwardDelay
  options on a client, the client will retry establishing
  a connection to a server before throwing a TRANSIENT exception.

  This is done by having the client start first, wait a few seconds, and then
  start the server.

  To run the test use the run_test.pl script:

$ ./run_test.pl

  the script returns 0 if the test was successful.