<p dir="ltr">Although not related to terminate question, let me ask another question about sup-child linkeage:</p>
<p dir="ltr">If StartFunc defined in child spec calls gen_server:start, will supervisor restart crashed instance of that child if permanent restart is specified in the child spec?</p>
<p dir="ltr"><a href="http://www.erlang.org/doc/man/supervisor.html">http://www.erlang.org/doc/man/supervisor.html</a> :<br>
The start function <b>must create and link to</b> the child process</p>
<p dir="ltr">Yet it is possible to specify gs:start instead of gs:start_link. Would a link still be created in this case?</p>