[erlang-questions] Issue in killing the process
shiva
gattushivakrishna@REDACTED
Tue Oct 9 11:49:45 CEST 2018
Hi all,
In my application, I spawned a process and registered with a name.
That process will do multiple rpc async calls. After making async calls,
I tried to kill the process using exit(whereis(process_name), normal)
but process is still existing and results of async call are yielded.
Can you please suggest how can I kill the process and results should not
be yielded?
Regards,
Gattu shivakrishna.
More information about the erlang-questions
mailing list