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 [EMAIL PROTECTED]

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

--- shadow/77021        2005-12-26 00:24:04.000000000 -0500
+++ shadow/77021.tmp.6565       2006-01-02 19:30:11.000000000 -0500
@@ -60,6 +60,14 @@
 sync FileStreams are never async.
 
 How about using a sync FileStream descendant for the console
 whose BeginRead/Write are implemented using async delegates?
 It will use the pool only when requested to do so.
 
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-01-02 19:30 -------
+I like that plan.
+
+A special version of FileStream which is sync internally, but that
+implements the Async method using BeginInvoke (and hence the threadpool).
+
+That will give us the behavior we want.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to