Merge pull request #1551 from DOCGroup/plm_jira_333
[ACE_TAO.git] / TAO / orbsvcs / tests / ImplRepo / RestartServer / README
blob999b2bb56dfc9762033c1d367a0ad5b3db2d01d1
1 This test verifies that if a server launched by the ImR activator is terminated,
2 then it will be relaunched transparently by the ORB if the client makes another
3 request if -ORBForwardOnTransientLimit and -ORBForwardOnReplyClosedLimit options
4 are used.
6 Note that TAO does not have a way of knowing if server actually processed the
7 request, so that the CORBA "at most once" guarantee may be violated if
8 -ORBForwardOnReplyClosedLimit is used.