[Mono-bugs] [Bug 51445][Nor] Changed - System.Diagnostics.Process.GetProcesses() Not Implemented Properly
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sat Oct 7 11:10:15 EDT 2006
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=51445
--- shadow/51445 2006-03-09 07:17:49.000000000 -0500
+++ shadow/51445.tmp.7671 2006-10-07 11:10:15.000000000 -0400
@@ -3,13 +3,13 @@
Version: 1.1
OS: GNU/Linux [Other]
OS Details:
Status: NEW
Resolution:
Severity: Unknown
-Priority: Minor
+Priority: Normal
Component: io-layer
AssignedTo: dick at ximian.com
ReportedBy: ben at griffin.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
@@ -107,6 +107,19 @@
Regards,
Jelle Hissink
------- Additional Comments From jonpryor at vt.edu 2006-03-09 07:17 -------
*** Bug 77739 has been marked as a duplicate of this bug. ***
+
+------- Additional Comments From miguel at ximian.com 2006-10-07 11:10 -------
+I think we should implement fetching all of the system processes, at
+least on Linux this could be done with /proc, not sure what to do on
+other OSes.
+
+The reason is that currently GetProcesses is limited because one
+feature might not be supported (waiting on other processes), but there
+are a lot of other useful cases that are not necessarily waiting for a
+process.
+
+We should just document that non-Mono processes can not be waited on
+in Linux.
More information about the mono-bugs
mailing list