summaryrefslogtreecommitdiff
path: root/TAO/tests/BiDirectional/README
blob: ea17bd32f25c1dd7b913694ff29cdcd52463bce6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $Id$

This is a test that exercises the birectional GIOP connection
implementation in TAO. Start the server like this

$ server -o <file.ior> -i <no_iterations>
$ client -k file://<file.ior> -x 

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 <no_iterations> times. If the server creates a new
connection the server would crash itself.