summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbala <balanatarajan@users.noreply.github.com>2001-09-05 22:55:20 +0000
committerbala <balanatarajan@users.noreply.github.com>2001-09-05 22:55:20 +0000
commitaf7347415ca39a0f4dfc4c993d059075a9b27f19 (patch)
treea40c937947fc903a69bc55b59b3178ce5bf09d2a
parentf2021a958a251b2c78647a81b533503fa9db314e (diff)
downloadATCD-af7347415ca39a0f4dfc4c993d059075a9b27f19.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a9
1 files changed, 2 insertions, 7 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 9fe64b62972..da428077273 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -83,8 +83,8 @@ Wed Sep 5 12:35:33 2001 Balachandran Natarajan <bala@cs.wustl.edu>
subtle race condition in that method. In object_addr (void) the
code first checks for object_addr_.get_type() != AF_INET and, if
so, it calls ACE_INET_Addr::set(). ACE_INET_Addr::set() sets
- type type field to type field to AF_INET, zeros the inet_addr
- structure and then does a hostname lookup.
+ type field to AF_INET, zeros the inet_addr structure and then
+ does a hostname lookup.
If two threads enter the object_addr() method the first may end
up blocked for a while in the hostname lookup. The second
@@ -115,11 +115,6 @@ Wed Sep 5 12:35:33 2001 Balachandran Natarajan <bala@cs.wustl.edu>
print statements in a thread-per-connection case, when a thread
timedout, was causing more confusion than it tried addressing.
-Wed Sep 5 11:39:33 2001 Balachandran Natarajan <bala@cs.wustl.edu>
-
- * ta/IIOP_
- * tao/Strategies/DIOP_Endpoint.i:
-
Wed Sep 5 7:20:17 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* orbsvcs/tests/AVStreams/Multicast/ftp.dsp: