Revert "Use a variable on the stack to not have a temporary in the call"
[ACE_TAO.git] / TAO / tests / POA / Adapter_Activator / README
blobc61eb5debaf9a4d08a4666cc822b0938909c5334
3 This example is very similar to the Explicit_Activation example except
4 that the POAs are deleted once the object references have been
5 created. After this, an adapter activator is install in the RootPOA to
6 reactivate the POAs on demand.
8 The server program is available here. Use the Generic_Servant/client
9 program to test this.
11 ________________________________________
13 To test this example, type run_test.pl
14 ________________________________________
17 ________________________________________
19 Run the server as follows:
21 % ./server -f output
23 This will produce three output files: output_1, output_2, and output_3
25 Run the client as follows:
27 % cd $TAO_ROOT/examples/POA/Generic_Servant
28 % ./client -f ../Adapter_Activator/output_1
29 % ./client -f ../Adapter_Activator/output_2
30 % ./client -f ../Adapter_Activator/output_3
31 ________________________________________
34 ________________________________________
36 Run the server as follows:
38 % ./server -ORBobjrefstyle URL &
40 Run the client as follows:
42 % cd $TAO_ROOT/examples/POA/Generic_Servant
43 % ./client -k <IOR>
45 Comments :
46 =========
47  - As soon as, the server prints out the IOR, cut it and use it for
48 running the client.
49 ________________________________________