[Mono-bugs] [Bug 51445][Nor] Changed - System.Diagnostics.Process.GetProcesses() Not Implemented Properly
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Wed, 12 May 2004 19:49:00 -0400 (EDT)
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 gonzalo@ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=51445
--- shadow/51445 2004-05-12 13:07:01.000000000 -0400
+++ shadow/51445.tmp.11809 2004-05-12 19:49:00.000000000 -0400
@@ -71,6 +71,16 @@
It will list all mono processes currently sharing the same shared
memory segment.
------- Additional Comments From miguel@ximian.com 2004-05-12 13:07 -------
Dick, shouldnt we return all the system processes?
+
+------- Additional Comments From gonzalo@ximian.com 2004-05-12 19:49 -------
+We only return the processes handled by mono.
+
+I looked at this and thought of using libproc on linux. The problem
+might be the extra (and linux-only) dependency. Then I thought of
+doing something that seemed weird (having the internal calls/io-layer
+functions there + a plugin that overrides the defaults if available
+for a given system), but this seemed a dare proposal (easy, though)
+and I gave up.