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

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Dec 17 08:11:32 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 robertj at gmx.net.

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

--- shadow/77021	2005-12-17 00:40:32.000000000 -0500
+++ shadow/77021.tmp.10927	2005-12-17 08:11:32.000000000 -0500
@@ -1,23 +1,23 @@
 Bug#: 77021
 Product: Mono: Class Libraries
 Version: 1.1
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: System
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: lewing at ximian.com               
 QAContact: mono-bugs at ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
-Summary: Async IO isn't
+Summary: [PATCH] Async IO isn't
 
 When I run the attached program I'd expect the BeginRead call to return
 before the pipe is written to.
 
 ------- Additional Comments From lewing at ximian.com  2005-12-17 00:38 -------
 Created an attachment (id=16223)
@@ -25,6 +25,11 @@
 
 
 ------- Additional Comments From lewing at ximian.com  2005-12-17 00:40 -------
 Created an attachment (id=16224)
 test case with comments on how to use it
 
+
+------- Additional Comments From robertj at gmx.net  2005-12-17 08:11 -------
+The std/in/out/err pipes are not wrapped with async FileStreams,
+hence Process.StandardInput/Output/Error are not async.
+


More information about the mono-bugs mailing list