summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/RestartServer/README
blob: 999b2bb56dfc9762033c1d367a0ad5b3db2d01d1 (plain)
1
2
3
4
5
6
7
8
This test verifies that if a server launched by the ImR activator is terminated,
then it will be relaunched transparently by the ORB if the client makes another
request if -ORBForwardOnTransientLimit and -ORBForwardOnReplyClosedLimit options
are used.

Note that TAO does not have a way of knowing if server actually processed the
request, so that the CORBA "at most once" guarantee may be violated if
-ORBForwardOnReplyClosedLimit is used.