summaryrefslogtreecommitdiff
path: root/ChangeLog-99b
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog-99b')
-rw-r--r--ChangeLog-99b18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog-99b b/ChangeLog-99b
index c2930bee4d3..3bc7c4232d9 100644
--- a/ChangeLog-99b
+++ b/ChangeLog-99b
@@ -1,3 +1,21 @@
+Thu Jul 22 02:15:46 1999 Irfan Pyarali <irfan@cs.wustl.edu>
+
+ * ace/Handle_Gobbler (class ACE_Handle_Gobbler): New class that
+ gobbles up handles :) This class is useful when we need to
+ control the number of handles available for a process. Mostly
+ used for testing purposes.
+
+ Note that even though the new files are in the ace directory,
+ they are not part of the ace library. The files only contain
+ inline functions and Handle_Gobbler.h is only included where
+ needed.
+
+ * tests/Cached_Conn_Test.cpp:
+ * tests/Cached_Accept_Conn_Test.cpp:
+
+ Added Handle_Gobbler to the test to reduce the iterations
+ required before handles run out and purging starts.
+
Wed Jul 21 21:45:22 1999 Nanbor Wang <nanbor@cs.wustl.edu>
* ace/Reactor.cpp: Applied ACE_NOTREACHED to several