[Mono-list] To set process priority for Unix

Jonathan Pryor jonpryor at vt.edu
Tue May 29 07:24:11 EDT 2007


On Tue, 2007-05-29 at 13:57 +0530, ~ * ~ Srijith Unni ~ * ~ wrote:
> Jon, I was just wondering whether Mono.Unix.Process is a specialized
> class for processes running on Unix, and whether that was a better way
> to interact with Unix processes. Thanks for the info. 

It's a POSIX-specific way to interact with Unix processes, so it allows
some functionality not present in S.D.Process (sending Signals,
determining the signal that killed a process, etc.) and is somewhat more
brain-damaged as well (no way to enumerate processes, the Wait*()
methods only work for child processes, etc.).

 - Jon




More information about the Mono-list mailing list