3 This is a test of the nested upcall feature in TAO. The client will
4 start off by calling the server and providing a callback object and a
5 time-to-live number. The server will callback the client (using the
6 callback object) and decrement the time-to-live number. The client
7 will turn around and call the server again.
9 The above process of calling each other will continue until the
10 time-to-live number reaches zero.
12 Both client and server can be run in multi-threaded mode. A
13 multi-threaded client can be used to check the client side leader
14 follower model, while the multi-threaded server can be used to check
15 the integration of the leader follower model of the TP reactor and the
16 client side leader follower model in the ORB.
18 In addition, the server can be used with the thread-per-connection