That looks exactly like what I need. Thanks for the super-fast response!<br>Regards, KT.<br><br><br><div class="gmail_quote">On Wed, Feb 8, 2012 at 11:56 AM, Richard Carlsson <span dir="ltr"><<a href="mailto:carlsson.richard@gmail.com">carlsson.richard@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 02/08/2012 12:49 PM, kilgore trout wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello List,<br>
<br>
I have a newbie question. I've written myself a server process in basic<br>
Erlang and put it into a supervision tree. It all works fine but it<br>
always throws out a crash report on shutdown as it looks like it's not<br>
getting shut down when it should. I intend to redisgn it as a gen_server<br>
but for now I want to know how to make it shut down properly.<br>
<br>
In the supervisor's documentation I see the line: "Note that all child<br>
processes implemented using the standard OTP behavior modules<br>
automatically adhere to the shutdown protocol." Is there something<br>
simple I can add or remove to make my server appear like a "standard OTP<br>
behaviour"?<br>
</blockquote>
<br></div></div>
You could try a supervisor bridge:<br>
<br>
  <a href="http://www.erlang.org/doc/man/supervisor_bridge.html" target="_blank">http://www.erlang.org/doc/man/<u></u>supervisor_bridge.html</a><span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
   /Richard<br>
</font></span></blockquote></div><br>