Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tests / BiDirectional / README
blob917a22207039fb4daaeaa7c2c33cb34ec3f9d042
1 This is a test that exercises the bidirectional GIOP connection
2 implementation in TAO. Start the server like this
4 $ server -o <file.ior> -i <no_iterations>
5 $ client -k file://<file.ior> -x
7 The server starts up writing the IOR to the file. The client then
8 starts up, creates its own object and passes the reference to the
9 server. Then it invokes a method on the server to indicate that it is
10 ready for callback. The server then callsback the client on the same
11 connection <no_iterations> times. If the server creates a new
12 connection the server would crash itself.
14 To test the fix for bug 3282, run run_test_bug3282.pl or use the commands
16 $ server -ORBEndpoint iiop://localhost -o <file.ior> -i <no_iterations>
17 $ client -k file://<file.ior> -x