Make program make sure it has 3 instances of itself running at all times?

Posted by JACK IN THE CRACK on Stack Overflow See other posts from Stack Overflow or by JACK IN THE CRACK
Published on 2010-03-26T23:03:18Z Indexed on 2010/03/26 23:13 UTC
Read the original article Hit count: 108

Filed under:
|
|

There's a .NET assembly and it needs to have 3 instances running at the same time all the time how can I monitor this.

I am fairly positive it can be done by monitoring the system processes?

© Stack Overflow or respective owner

Related posts about .NET

Related posts about c#