Process alive ?

Vladimir Sekissov svg@REDACTED
Tue Dec 17 01:19:14 CET 2002


Good day,

You can use

is_process_alive(Pid)

or 

rpc:call(Node, erlang, is_process_alive, [Pid])

if it is on another node.

Best Regards,
Vladimir Sekissov

erlang> 
erlang> Does anyone know how can I check if a process running in a node is alive ?
erlang> 
erlang> Thanks,
erlang> Bernardo Paroli 
erlang> INSwitch Solutions
erlang> 
erlang> 



More information about the erlang-questions mailing list