<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">As mentioned in <b><a href="http://erlang.org/doc/man/erlang.html#exit-2" class="OWAAutoLink" id="LPlnk81874" previewremoved="true">exit/2</a></b> doc,</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0"> <span style="font-size: 12pt;">"... </span><span style="font-size: 12pt; color: rgb(26, 26, 26); font-family: sans-serif; background-color: rgb(254, 254, 254);">If </span><span class="code" style="font-size: 12pt; font-family: mono, Courier, monospace; background-color: rgb(243, 243, 243); color: rgb(26, 26, 26);">Reason</span><span style="font-size: 12pt; color: rgb(26, 26, 26); font-family: sans-serif; background-color: rgb(254, 254, 254);"> is
 the atom </span><span class="code" style="font-size: 12pt; font-family: mono, Courier, monospace; background-color: rgb(243, 243, 243); color: rgb(26, 26, 26);">normal</span><span style="font-size: 12pt; color: rgb(26, 26, 26); font-family: sans-serif; background-color: rgb(254, 254, 254);">, </span><span class="code" style="font-size: 12pt; font-family: mono, Courier, monospace; background-color: rgb(243, 243, 243); color: rgb(26, 26, 26);">Pid</span><span style="font-size: 12pt; color: rgb(26, 26, 26); font-family: sans-serif; background-color: rgb(254, 254, 254);"> does
 not exit<span style="color: rgb(26, 26, 26); font-family: sans-serif; font-size: 16px; background-color: rgb(254, 254, 254);">. If it is trapping exits, the exit signal is transformed into a message </span><span class="code" style="font-family: mono, Courier, monospace; background-color: rgb(243, 243, 243); color: rgb(26, 26, 26); font-size: 16px;">{'EXIT',
 From, normal}</span><span style="color: rgb(26, 26, 26); font-family: sans-serif; font-size: 16px; background-color: rgb(254, 254, 254);"> and delivered to its message queue.</span> ...</span><span style="font-size: 12pt;">" </span></p>
<p style="margin-top:0;margin-bottom:0"><span style="font-size: 12pt;"><br>
</span></p>
<p style="margin-top:0;margin-bottom:0">use <span style="font-family: "Courier New", monospace;">
exit(whereis(Pid), Reason)</span>, where <span style="font-family: "Courier New", monospace; font-size: 16px;">Reason <span style="font-family: Calibri, Helvetica, sans-serif, EmojiFont, "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols; font-size: 16px;">will
 be anything than</span></span> <span style="color: rgb(26, 26, 26); font-family: mono, Courier, monospace; font-size: 16px; background-color: rgb(243, 243, 243);">normal</span> .</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<div id="Signature">
<div>/Cheers</div>
Prakash
<div><br>
</div>
</div>
</div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> erlang-questions-bounces@erlang.org <erlang-questions-bounces@erlang.org> on behalf of shiva <gattushivakrishna@utl.in><br>
<b>Sent:</b> Tuesday, October 9, 2018 3:19:45 PM<br>
<b>To:</b> Joe Armstrong; Erlang Questions<br>
<b>Subject:</b> [erlang-questions] Issue in killing the process</font>
<div> </div>
</div>
<div class="BodyFragment"><font size="2"><span style="font-size:11pt;">
<div class="PlainText">Hi all,<br>
<br>
<br>
     In my application, I spawned a process and registered with a name. <br>
That process will do multiple rpc async calls. After making async calls, <br>
I tried to kill the process using exit(whereis(process_name), normal) <br>
but process is still existing and results of async call are yielded.  <br>
Can you please suggest how can I kill the process and results should not <br>
be yielded?<br>
<br>
<br>
Regards,<br>
Gattu shivakrishna.<br>
_______________________________________________<br>
erlang-questions mailing list<br>
erlang-questions@erlang.org<br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
</div>
</span></font></div>
</body>
</html>