summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-18 17:23:13 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-18 17:23:13 +0000
commit9e2ac94a040ac3d18bb218dce35db9a079267d83 (patch)
tree20ae487a044f0ce3cc628ce1d99c0cb2e49821b8
parentadc5b235930c6476f1d9aaf83bf0b4f99e92360c (diff)
downloadATCD-9e2ac94a040ac3d18bb218dce35db9a079267d83.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index 49e1880c957..ef14312021a 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -7,12 +7,13 @@ Tue May 18 11:43:13 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
the Reply Dispatcher strategies. (Synchronous and Asynchronous).
* tao/IIOP_RMS.h :
- * tao/IIOP_RMS.cpp: Implementation of two
- different Request Multiplexing Strategies.
+ * tao/IIOP_RMS.cpp: Implementation of two different Request
+ Multiplexing Strategies. (Multiplexed and Exclusive)
* tao/IIOP_Wait_Strategy.h:
* tao/IIOP_Wait_Strategy.cpp: Implementations for the three
- different Wait strategies.
+ different Wait strategies (Wait_On_Read, Wait On Reactor and Wait
+ on Leader Follower).
<Transport> object creates Request Multiplexing Strategy <RMS>
object and <Wait Strategy> object.
@@ -30,7 +31,7 @@ Tue May 18 11:43:13 1999 Alexander Babu Arulanthu <alex@cs.wustl.edu>
Right now the <Wait Strategy> is hard coded to be only <Wait On
Read> and the <RMS> is hard coded to be only
<Exclusive_RMS>. Since we want to block on read in the
- <Wait_On_Read> strategy, the <GIOP::recv_request> call now taked
+ <Wait_On_Read> strategy, the <GIOP::recv_request> call now takes
additional parameter whether to block for the whole reply or
not. Non-blocking case is not yet tested fully.