summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>