[Mono-bugs] [Bug 51445][Nor] Changed - System.Diagnostics.Process.GetProcesses() Not Implemented Properly

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Fri, 14 May 2004 08:39:59 -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 dick@ximian.com.

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

--- shadow/51445	2004-05-12 20:40:08.000000000 -0400
+++ shadow/51445.tmp.5508	2004-05-14 08:39:59.000000000 -0400
@@ -84,6 +84,14 @@
 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.
 
 ------- Additional Comments From miguel@ximian.com  2004-05-12 20:40 -------
 I would rather avoid more dependecies on external libraries.
+
+------- Additional Comments From dick@ximian.com  2004-05-14 08:39 -------
+The reason I didn't list all the system processes is that then it
+would look like you could get a process handle and be signalled when a
+process terminates.  We'd have to poll for that information.  (At the
+moment all processes known to mono are children of the daemon, so we
+get a SIGCHLD when they exit.)
+