diff options
author | bala <balanatarajan@users.noreply.github.com> | 2002-10-31 17:02:20 +0000 |
---|---|---|
committer | bala <balanatarajan@users.noreply.github.com> | 2002-10-31 17:02:20 +0000 |
commit | 4575d2ec434b4bbb168c268ba7d66a07601e2079 (patch) | |
tree | 91b9b7fb27c6e6bda8f363ac668c04281ec2f042 /TAO/docs | |
parent | fc53cd570c452eb427b3558563eea0e9c7c1df18 (diff) | |
download | ATCD-4575d2ec434b4bbb168c268ba7d66a07601e2079.tar.gz |
ChangeLogTag:Thu Oct 31 10:51:12 2002 Balachandran Natarajan <bala@cs.wustl.edu>
Diffstat (limited to 'TAO/docs')
-rw-r--r-- | TAO/docs/Smart_Proxies.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/docs/Smart_Proxies.html b/TAO/docs/Smart_Proxies.html index 4c28903bcbd..a2106a2af45 100644 --- a/TAO/docs/Smart_Proxies.html +++ b/TAO/docs/Smart_Proxies.html @@ -16,7 +16,7 @@ that provides user-defined proxy classes. By default TAO's IDL compiler generates proxy classes for IDL interfaces. The proxy is an exact image of the target object on whom the invocations are to be made by the client, i.e., it has the same methods as the targeting -interface. A proxy packadges the request which gets marshalled and +interface. A proxy packages the request which gets marshalled and sent to the target object. A paper that describes TAO's <A HREF="interceptors.html">portable interceptor</A> and smart proxy support is available <A @@ -57,7 +57,7 @@ overhead and whether the proxy can be smart enough to deduce the use of this kind of batch processing. Also, this scheme wont work for two-way calls.The "cached-oneways" feature might make more sense in this scenario. Thus the application programmer will have to determine -how this caching optimisation changes the semantics of the original +how this caching optimization changes the semantics of the original interface.</p> <LI> The client can make a single request which results in a sequence |