summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-23 07:06:10 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-23 07:06:10 +0000
commitc3cfca88bd47d120efd6ae382d6f36c4c7acdb4a (patch)
tree868b313d27c890acc26a2cced8abfe74d6df51ce
parent27389fea6862ac6ce9115e6e19948ff86bd09d8b (diff)
downloadATCD-c3cfca88bd47d120efd6ae382d6f36c4c7acdb4a.tar.gz
*** empty log message ***
-rw-r--r--TAO/ChangeLog-99c26
1 files changed, 25 insertions, 1 deletions
diff --git a/TAO/ChangeLog-99c b/TAO/ChangeLog-99c
index f9cd258ba8c..f8b5613c19f 100644
--- a/TAO/ChangeLog-99c
+++ b/TAO/ChangeLog-99c
@@ -1,3 +1,27 @@
+Fri Jul 23 02:02:21 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * tao/ORB.cpp (_get_collocated_servant): The origianl
+ implementation was somewhat broken in that it check the
+ collocation strategy of the client ORB to determine whether an
+ object is collocated or not. However, the server ORB's
+ collocation strategy should be the one that determine whether an
+ object be considered collocated or not. The revised
+ implementation now check with the the client ORB first if the
+ client ORB allows collocation. If yes, regardless of the
+ collocation table strategy, we check to see if the object
+ resides in the same ORB or not. If not, we then check the
+ global collocation table which only contains information of ORBs
+ that use global collocation table strategy.
+
+ (key_to_object): This method should also respect the ORB's
+ collocation strategy so we can generate the right stubs from POA
+ if collocation optimization is turned off.
+
+Thu Jul 22 21:13:25 1999 Nanbor Wang <nanbor@cs.wustl.edu>
+
+ * tao/Object.cpp (_non_existent): This function can also enjoy the
+ benefit of collocated object.
+
Thu Jul 22 15:05:21 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/Invocation.cpp:
@@ -6,7 +30,7 @@ Thu Jul 22 15:05:21 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
* tao/Wait_Strategy.cpp:
Improved loop conditions to cope with reactors that return 0
- even when there is no timeout. Thanks to Irfan for pointing this
+ even when there is no timeout. Thanks to Irfan for pointing this
out.
* orbsvcs/tests/Event/lib/Makefile: