Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / Multiple_Retry_Tests / Retry_On_Connection_Failure / README
blob1b3fb3db532cad155e6d1bc2e3f86662fc4804d7
3   This tests shows that by using -ORBForwardOnTransientLimit and -ORBForwardDelay
4   options on a client, the client will retry establishing
5   a connection to a server before throwing a TRANSIENT exception.
7   This is done by having the client start first, wait a few seconds, and then
8   start the server.
10   To run the test use the run_test.pl script:
12 $ ./run_test.pl
14   the script returns 0 if the test was successful.