Exception/Error division in D

Walter Bright newshound2 at digitalmars.com
Thu May 31 17:46:11 PDT 2012


On 5/31/2012 1:05 PM, Jens Mueller wrote:
> Okay, let's assume I have separate processes maybe even processes on
> different machines. In one process I get an error. Let's say I want to
> trigger the other process that it restarts the process or just logs the
> event whatever makes sense.
> How do I do this if it not guaranteed that finally/scope blocks are
> being executed?


Presumably the operating system provides a means to tell when a process is no 
longer running as part of its inter-process communication api.


More information about the Digitalmars-d mailing list