3 This program tests fundamentals of TAO's ORB fault tolerance by
4 merging multiple profiles in a single object reference.
6 Run the application as follows.
8 $ server -o (file_name1) -ORBEndpoint iiop://localhost:10007
9 $ server -o (file_name2) -ORBEndpoint iiop://localhost:10008
10 $ client -k file://file_name1 -m file://file_name2
11 (When a message "Kill primray " appears on screen, kill the server
12 exhibiting the IOR in file with name "file_name1". )
16 This is a test to see whether we generate exceptions as per the
17 spec. When we loose connection with a connected server, the ORB would
18 throw a COMM_FAILURE exception. This is platform dependent. One
19 wouldn't see this on NT. The reason for this is the way TCP has been
20 been implemented on NT. I am not going in to the details for
21 this behaviour. TRANSIENT exceptions are thrown when the ORB has
22 tried all the object references it has and is not able to establish
23 connection with any of them (TRANSIENT exceptions are also thrown for
24 few other cases, but here the test is for the case that has been
30 - The run exhibits different behaviours on SUN and NT