<div dir="ltr">Wise sonnes they be in very deede, That knowe their Parents who did them breede.<br><div><br></div><div>‘A shorte dictionarie for yonge begynners’ [John Withals, 1584]<br></div><div><br></div><div style>It's not possible. The parent has to pass this information to the child.</div>
<div style>Something like:</div><div style><br></div><div style>     make_child() -></div><div style>             S = self(),</div><div style>             spawn(fun() -> start_child(S) end).</div><div style><br></div>
<div style>   start_child(Parent) -></div><div style>          ...</div><div style><br></div><div style>/Joe</div><div style><br></div><div style><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br>
<br><div class="gmail_quote">On Wed, Apr 3, 2013 at 1:09 AM, Brisa Jiménez <span dir="ltr"><<a href="mailto:brisa.jimenez.f@gmail.com" target="_blank">brisa.jimenez.f@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi everyone,<div>I have a question:</div><div>How to know who is the parent pid of a child pid?</div><div>Thank you very much!</div>
<br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>