summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs/ChangeLog-02a
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLogs/ChangeLog-02a')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a16
1 files changed, 16 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 87023e7e0e9..37dd3d6ed07 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,19 @@
+Tue May 21 15:03:45 2002 Irfan Pyarali <irfan@cs.wustl.edu>
+
+ * tao/Thread_Lane_Resources.cpp (connector_registry): There was a
+ subtle bug in this method: <connector_registry_> was being
+ assigned to a new registry without it being opened first,
+ resulting in other threads potentially seeing a partially
+ initialized connector registry. In addition, the open() on the
+ registry was not being performed at the exact correct place.
+ This bug led to the File_IO test failing since it uses two
+ client threads invoking on the same server.
+
+ * tests/File_IO/client.cpp: Added the ability to set the number of
+ iterations and the number of threads. Also validated the
+ connection to make sure we don't get an errand transient
+ exceptions.
+
Sat May 18 08:46:46 2002 Ossama Othman <ossama@uci.edu>
* tests/ORT/ORT.dsw: