ChildProcesses 1.2.5577.529
ChildProcesses is a child process management library for the .NET Framework.
It allows to create child processes, and provides bidirectional extendable interprocess communication based on WCF and NamedPipes out of the box.
Child and parent processes monitor each other and notify about termination or other events.
Child processes are an alternative to AppDomains when parent must continue if the child crashes.
It is also possible to mix 32Bit and 64 Bit processes.
Release Notes
* Change watchdog thread to background thread
* Start and shutdown watchdog thread in ChildProcessManager when child processes start / stop
Release 1.0.4 breaking changes:
- ProcessWatchdog() is removed, the ProcessInstance class (ChildProcessManager, ChildProcessInstance) introduces an internal watchdog thread.
- The ProcessInstance class (ChildProcessManager, ChildProcessInstance) implements the IDisposable interface to shut the instance down
- ProcessStateChangedAction is renamed in ProcessStateChangedEnum
Dependencies
This package has no dependencies.
Version History
Version | Downloads | Last updated | |
---|---|---|---|
1.2.5577.529 | 5,089 | 4/9/2015 | |
1.2.5576.41417 | 252 | 4/8/2015 | |
1.2.5401.23935 | 497 | 10/15/2014 | |
1.2.5392.43052 | 315 | 10/7/2014 | |
1.0.2 | 798 | 6/20/2012 | |
1.0.1 | 457 | 6/20/2012 | |
1.0.0 | 411 | 6/14/2012 |