3 This document describes the standard CORBA location forwarding
4 example. For detailed explanation on how TAO's location forwarding
5 feature is designed, see
7 $TAO_ROOT/docs/forwarding.html
9 The test in this directory sets up three servers, the first writes its
10 servant's object reference (IOR) to a file. The second server reads
11 the IOR, recognizes it as forwarding location, and writes its own to a
12 file too. The third server does the same as the second server. The
13 third server's IOR is then read by the client, which then issues a
14 number of requests. After <iterations> normal requests, a forwarding
15 request is sent to the object.
17 Here's an example for 5 requests:
22 Asking server to forward next time
26 Asking server to forward next time
31 The location forwarding is implemented through the servant activator.
32 Check run_test.pl for an example of how to run the server.
34 The first three calls will be called on the first server, then the
35 location forwarding is called and the next three calls are going to be
36 called on the second server. Location forwarding is then called on
37 the second one and the last three calls are then done on the thrid