diff options
author | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-29 05:05:42 +0000 |
---|---|---|
committer | kirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1998-12-29 05:05:42 +0000 |
commit | 41bb5a1d770d1344d00ae368bac5b0d153837fcf (patch) | |
tree | 362716288a32ee80a56da82caa34f4514795dd70 /TAO/examples | |
parent | f10fc7fea8cccc65b90f341d7438cfb413695163 (diff) | |
download | ATCD-41bb5a1d770d1344d00ae368bac5b0d153837fcf.tar.gz |
*** empty log message ***
Diffstat (limited to 'TAO/examples')
-rw-r--r-- | TAO/examples/POA/On_Demand_Loading/README | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/examples/POA/On_Demand_Loading/README b/TAO/examples/POA/On_Demand_Loading/README index 47616d1a547..75a354bf457 100644 --- a/TAO/examples/POA/On_Demand_Loading/README +++ b/TAO/examples/POA/On_Demand_Loading/README @@ -18,8 +18,8 @@ In this example, the Servant Activator as well as the Servant_Loactor interfaces are used. The servant is an dynamically linkable library which is loaded on demand. The case of the Servantor Activator once the servant is loaded, the Object to Servant association is added to the -Actiove Object Map maintained by the POA. This association becomes -invalid when the POA is destroyed or/and the Object i sdeactivated. +Active Object Map maintained by the POA. This association becomes +invalid when the POA is destroyed or/and the Object is deactivated. On the other hand, the Servant_Locator is called per operation request from the client and the associations too are made per request and the servant is destroyed per request too. @@ -34,7 +34,7 @@ server along with the library. Execution: --------- - Run the run_test_pl script. + Run the run_test_pl perl script. example: run_test_pl -f ior_file |