Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web/index
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2004-03-16 19:04:52 +0300
committerMiguel de Icaza <miguel@gnome.org>2004-03-16 19:04:52 +0300
commitebe1e907846febf0cecd6c58542bb399a98aa63c (patch)
tree77d17e8f625d0db6424cf28be59997fb61445e99 /web/index
parentb8b352ef2b58277b6dd49545bc540c0a6a2a9c7e (diff)
Flush
svn path=/trunk/mono/; revision=24132
Diffstat (limited to 'web/index')
-rw-r--r--web/index12
1 files changed, 12 insertions, 0 deletions
diff --git a/web/index b/web/index
index 0c1c8f8cd55..2a8a4fc3107 100644
--- a/web/index
+++ b/web/index
@@ -147,6 +147,18 @@
<br>
<br>
+@item Mar 15th, 2004: Async IO lands on Mono.
+
+ Gonzalo has completed the implementation of Async I/O for Mono
+ using the kernel aio_* interfaces. If your operating system supports
+ the aio_ POSIX interface, the FileStream methods that
+ expose asynchronous methods will use this facility instead of
+ emulating it with threads as we have done in the past.
+
+ We had this request come to us from various people in the
+ past, and we are now looking for your help to test and debug
+ this.
+
@item Mar 11th, 2004: Mono JIT ported to SPARC.
Zoltan Varga announced today that the SPARC port of the Mono