[Mono-bugs] [Bug 77021][Nor] Changed - [PATCH] Async IO isn't

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Dec 19 15:39:55 EST 2005


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by miguel at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=77021

--- shadow/77021	2005-12-19 15:38:03.000000000 -0500
+++ shadow/77021.tmp.23908	2005-12-19 15:39:55.000000000 -0500
@@ -40,6 +40,17 @@
 
 
 ------- Additional Comments From robertj at gmx.net  2005-12-17 08:13 -------
 I forgot to mention: .NET's Process.StandardInput/Output/Error
 are async.
 
+
+------- Additional Comments From miguel at ximian.com  2005-12-19 15:39 -------
+This will likely introduce some nasty side effects into Mono.
+
+It will use the easy-to-saturate (and hence deadlock) thread pool, it
+will also bring all the slowness associated with using a separate
+thread to get the job done and the synchornization required to get the
+data back and forth.
+
+I would rather have us implement a custom Unix Async stream that will
+not use the threadpool for the console.


More information about the mono-bugs mailing list