[erlang-questions] Stopping spawned process

Robert Virding rvirding@REDACTED
Sun Nov 29 17:24:06 CET 2009


When Erlang dies the stdin of the spawned process will be closed. If the
spawned process checks its stdin it should be able to detect that Erlang has
died (or the port has been closed).

Robert

2009/11/29 Max Lapshin <max.lapshin@REDACTED>

> Yes, Erlang is poor in handling forked processes.
> It is hard to kill spawned process, impossible to get its stderr,
> impossible to chain
> processes via pipe();
>
>
> However, there is still no warranty even with Java that child process
> will be killed.
>
> ________________________________________________________________
> erlang-questions mailing list. See http://www.erlang.org/faq.html
> erlang-questions (at) erlang.org
>
>


More information about the erlang-questions mailing list