summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 15:57:58 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-04-12 15:57:58 +0000
commitc2b4f9e0abc08dfafa8b16eed12412c43c6f385a (patch)
treee0530e3b2dc8ce3a76a510c28bc5286063feeb67
parent8fbe7fbae70071aa4c585c1a0b00eb2776a71cd1 (diff)
downloadATCD-c2b4f9e0abc08dfafa8b16eed12412c43c6f385a.tar.gz
ChangeLogTag:Mon Apr 12 10:38:46 1999 Carlos O'Ryan
<coryan@cs.wustl.edu>
-rw-r--r--TAO/ChangeLog-99c3
-rw-r--r--TAO/docs/Options.html11
2 files changed, 11 insertions, 3 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 9b8d093b6da..11d965d24e8 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -5,6 +5,9 @@ Mon Apr 12 10:38:46 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Removed warnings about unused variables, the variables are
required for platforms without native C++ exceptions.
+ * docs/Options.html:
+ Fixed description of the ORBinputcdrallocator option.
+
Mon Apr 12 09:52:58 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/Makefile:
diff --git a/TAO/docs/Options.html b/TAO/docs/Options.html
index e6c26467d38..f8b5f68aec5 100644
--- a/TAO/docs/Options.html
+++ b/TAO/docs/Options.html
@@ -252,10 +252,15 @@ copied instead of appended to the CDR stream.</TD></TR>
(<em>which</em> = <code>global</code>)
or a per-thread (<em>which</em> = <code>tss</code>)
allocator for the incoming CDR buffers.
- The default is <CODE>tss</CODE> and should give the
+ Though <CODE>tss</CODE> should give the
optimal performance;
- unless the user takes advantage of the features in TAO
- to keep the CDR stream buffer after the upcall.
+ we made the default <CODE>global</CODE>.
+ TAO optimizations for octet sequences will not work when
+ returning that data type if the allocator is
+ <CODE>tss</CODE>.
+ Using global allocator also allows the users to
+ take advantage of the TAO octet sequence
+ extensions to preserve the buffer after the upcall.
</TD></TR>
</TABLE>
</P>