1 This example is a copy of the $TAO_ROOT/test/BiDirectional test.
3 This example exercises the bidirectional GIOP connection
8 $ server -o <file.ior> -i <no_iterations>
9 $ client -k file://<file.ior>
11 The server starts up writing the IOR to the file. The client then
12 starts up, creates its own object and passes the reference to the
13 server. Then it invokes a method on the server to indicate that it is
14 ready for callback. The server then callsback the client on the same
15 connection <no_iterations> times. If the server creates a new
16 connection the server will crash itself.
18 Each time the client recieves a callback, it outputs:
19 Callback method called.