This example is a copy of the $TAO_ROOT/test/BiDirectional test. This example exercises the bidirectional GIOP connection implementation in TAO. Start like this: $ server -o -i $ client -k file:// The server starts up writing the IOR to the file. The client then starts up, creates its own object and passes the reference to the server. Then it invokes a method on the server to indicate that it is ready for callback. The server then callsback the client on the same connection times. If the server creates a new connection the server will crash itself. Each time the client recieves a callback, it outputs: Callback method called.