summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-20 05:19:21 +0000
committeralex <alex@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-06-20 05:19:21 +0000
commitebe5fdbf5d75401bb82a563d9692f6d30569734f (patch)
tree5bc6e69793b259b7b58779c35dc5d68eb7e66243
parent62548c270af5f9982c2db34229f54a61459889e5 (diff)
downloadATCD-ebe5fdbf5d75401bb82a563d9692f6d30569734f.tar.gz
Alex LIb
-rw-r--r--ChangeLog19
-rw-r--r--ChangeLogs/ChangeLog-02a19
-rw-r--r--ChangeLogs/ChangeLog-03a19
3 files changed, 57 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 48e51f8ceda..5c63c13082c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,22 @@
+Mon Jun 19 22:14:26 2000 Alex Arulanthu <Alex.Arulanthu@sylantro.com>
+
+ * ace/POSIX_Asynch_IO.h:
+ * ace/POSIX_Asynch_IO.cpp:
+ * ace/POSIX_Proactor.h:
+ * ace/POSIX_Proactor.cpp:
+ * examples/Reactor/Proactor/Makefile
+ * examples/Reactor/Proactor/test_proactor2.cpp:
+
+ Thanks to Alex Libman <alibman@baltimore.com>, the following
+ changes have been integrated onto POSIX Proactor.
+
+ - Enabling the completion call backs even if aio_return fails. We
+ will call the completion call back methods with 0 transferred
+ data parameter.
+
+ - MT safe'ing AIOCB proactor. It would not improve the
+ efficiency.
+
Mon Jun 19 19:44:05 2000 Ossama Othman <ossama@uci.edu>
* ace/Makefile (ssl):
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 48e51f8ceda..5c63c13082c 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,22 @@
+Mon Jun 19 22:14:26 2000 Alex Arulanthu <Alex.Arulanthu@sylantro.com>
+
+ * ace/POSIX_Asynch_IO.h:
+ * ace/POSIX_Asynch_IO.cpp:
+ * ace/POSIX_Proactor.h:
+ * ace/POSIX_Proactor.cpp:
+ * examples/Reactor/Proactor/Makefile
+ * examples/Reactor/Proactor/test_proactor2.cpp:
+
+ Thanks to Alex Libman <alibman@baltimore.com>, the following
+ changes have been integrated onto POSIX Proactor.
+
+ - Enabling the completion call backs even if aio_return fails. We
+ will call the completion call back methods with 0 transferred
+ data parameter.
+
+ - MT safe'ing AIOCB proactor. It would not improve the
+ efficiency.
+
Mon Jun 19 19:44:05 2000 Ossama Othman <ossama@uci.edu>
* ace/Makefile (ssl):
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 48e51f8ceda..5c63c13082c 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,22 @@
+Mon Jun 19 22:14:26 2000 Alex Arulanthu <Alex.Arulanthu@sylantro.com>
+
+ * ace/POSIX_Asynch_IO.h:
+ * ace/POSIX_Asynch_IO.cpp:
+ * ace/POSIX_Proactor.h:
+ * ace/POSIX_Proactor.cpp:
+ * examples/Reactor/Proactor/Makefile
+ * examples/Reactor/Proactor/test_proactor2.cpp:
+
+ Thanks to Alex Libman <alibman@baltimore.com>, the following
+ changes have been integrated onto POSIX Proactor.
+
+ - Enabling the completion call backs even if aio_return fails. We
+ will call the completion call back methods with 0 transferred
+ data parameter.
+
+ - MT safe'ing AIOCB proactor. It would not improve the
+ efficiency.
+
Mon Jun 19 19:44:05 2000 Ossama Othman <ossama@uci.edu>
* ace/Makefile (ssl):