[Mono-list] Strange behavior of Process exit events

Robert Jordan robertj at gmx.net
Mon Oct 3 11:40:33 EDT 2011


On 03.10.2011 16:32, Nicholas Frechette wrote:
> Application A uses the Process:Exited event to monitor application B
> and that seems to work properly when the monitored process is launched
> from the monitoring process.

It works properly because it's implemented. The other way around
(waiting for procs that were not started by the process) is not
fully implemented.

You may want to enable shared handles (see mono's man page), but
keep in mind that these are deprecated and may have their own
set of issues.

Robert



More information about the Mono-list mailing list