summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/tests/ImplRepo/manual_start/README
blob: e4ff234c4c20eabf332d8757b8d80521623b5a2b (plain)
1
2
3
4
5
6
7
8
9
$Id$

This test demonstrates that a client attempting to contact a stopped MANUAL server will
not lock up the ImR. The test starts primary and backup Locators, then registers and
starts a server with MANUAL activation mode. The server connects to the locator then
shuts down. Next a client is started that attempts to contact the server via the locator.
Since this is a disallowed implicit activation, a TRANSIENT exception is raised. The
client tries again via the backup IMR. At this point the IMR would hang due to a retained
server accessor in an inactive but final state. The fixed IMR continues to operate normally.