3 This application demostrates reference counted servants.
5 The server program is available here. Use the Generic_Servant/client
8 ________________________________________
10 To test this example, type run_test.pl
11 ________________________________________
14 ________________________________________
16 Run the server as follows:
20 This will produce a file named output which will contain the ior.
22 Run the client as follows:
24 % cd $TAO_ROOT/examples/POA/Generic_Servant
25 % ./client -f ../Reference_Counted_Servant/output
26 ________________________________________
29 ________________________________________
31 Run the server as follows:
33 % ./server -ORBobjrefstyle URL &
35 Run the client as follows:
37 % cd $TAO_ROOT/examples/POA/Generic_Servant
42 - As soon as, the server prints out the IOR, cut it and use it for
44 ________________________________________