summaryrefslogtreecommitdiff
path: root/TAO/ChangeLog_Asynch_ImR
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/ChangeLog_Asynch_ImR')
-rw-r--r--TAO/ChangeLog_Asynch_ImR23
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/ChangeLog_Asynch_ImR b/TAO/ChangeLog_Asynch_ImR
index 858655f565f..0b4baeddc79 100644
--- a/TAO/ChangeLog_Asynch_ImR
+++ b/TAO/ChangeLog_Asynch_ImR
@@ -1,3 +1,26 @@
+Sun May 12 16:45:48 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
+
+ * orbsvcs/ImplRepo_Service/AsyncAccessManager.h:
+ * orbsvcs/ImplRepo_Service/AsyncAccessManager.cpp:
+ * orbsvcs/ImplRepo_Service/AsyncListManager.h:
+ * orbsvcs/ImplRepo_Service/AsyncListManager.cpp:
+ * orbsvcs/ImplRepo_Service/ImR_Locator_i.cpp:
+ * orbsvcs/ImplRepo_Service/ImplRepo_Service.mpc:
+ * orbsvcs/ImplRepo_Service/Iterator.h:
+ * orbsvcs/ImplRepo_Service/Iterator.cpp:
+ * orbsvcs/ImplRepo_Service/LiveCheck.h:
+ * orbsvcs/ImplRepo_Service/LiveCheck.cpp:
+
+ Asynchronous List operation implementation. Since the list operation
+ may trigger pings, it needed to be event driven similar to the access
+ and start up of registered servers.
+
+ * orbsvcs/tests/ImplRepo/ReconnectServer/run_test.pl:
+ * orbsvcs/tests/ImplRepo/servers_interact_on_startup/run_test.pl:
+ * orbsvcs/tests/ImplRepo/servers_list/run_test.pl:
+
+ Improve debugging and shutdown performance.
+
Wed May 8 22:13:12 UTC 2013 Phil Mesnier <mesnier_p@ociweb.com>
* tao/Intrusive_Ref_Count_Handle_T.h: