I second the use of timer:send_interval. Your gen_server can use this within init(), and will get   timer messages sent to its handle_info() callback.<div><br></div><div>Sincerely,</div><div><br></div><div>jw</div><div><br clear="all">
<br>--<br>Americans might object: there is no way we would sacrifice our living standards for the benefit of people in the rest of the world. Nevertheless, whether we get there willingly or not, we shall soon have lower consumption rates, because our present rates are unsustainable. <br>
<br>
<br><br><div class="gmail_quote">On Wed, Aug 24, 2011 at 6:54 AM, Anders Nygren <span dir="ltr"><<a href="mailto:anders.nygren@gmail.com">anders.nygren@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<br>
I think that the simplest way is to just use timer:apply_interval or<br>
timer:send_interval<br>
from stdlib.<br>
<font color="#888888"><br>
/Anders<br>
</font><div><div></div><div class="h5"><br>
On Wed, Aug 24, 2011 at 6:51 AM, Hank Knight <<a href="mailto:hknight555@gmail.com">hknight555@gmail.com</a>> wrote:<br>
> Hello,<br>
><br>
> I need to scheduler a number of recurring events using Erlang.  Some<br>
> events need to be triggered every second, some every three seconds and<br>
> some every minute.  Any simple advise on how to do this or what tools<br>
> to do?<br>
><br>
> - Hank<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>
_______________________________________________<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>
</div></div></blockquote></div><br></div>