diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-09 05:41:44 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1999-06-09 05:41:44 +0000 |
commit | 0c041ff2cac625d1bb9e65450f58d9ccc03b69f2 (patch) | |
tree | 2250767ae6bcbc327cf1ea8817a37eb4805b4d1c /ChangeLog-99b | |
parent | 8e6e0d0b425088c9a447c9173daaf2218720873c (diff) | |
download | ATCD-0c041ff2cac625d1bb9e65450f58d9ccc03b69f2.tar.gz |
.
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r-- | ChangeLog-99b | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b index a25edd659b8..a1b949ff4b0 100644 --- a/ChangeLog-99b +++ b/ChangeLog-99b @@ -1,3 +1,18 @@ +Wed Jun 9 00:20:49 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> + + * tests/Svc_Handler_Test.cpp: Added a simple test for the new + buffering feature in ACE_Svc_Handler. + + * ace/Strategies.cpp: Added an explicit template instantiation for + ACE_Message_Queue_Iterator <ACE_NULL_SYNCH> since this is now + used in ACE_Svc_Handler. + + * ace/Svc_Handler: Added a "buffering" feature to the + ACE_Svc_Handler. This feature makes it possible to queue up + ACE_Message_Blocks in an ACE_Message_Queue until (1) the queue + is "full" or (2) a period of time elapses, at which point the + queue is "flushed" via sendv_n() to the peer. + Tue Jun 8 22:44:18 1999 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu> * Hacked BYACC to generate a parser that doesn't have any |