<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body dir="auto">
<div>Greetings </div>
<div><br>
</div>
<div>According to the manual page for the timer module, apply-interval/4 is linked to a process </div>
<div>When that process dies the timer dies</div>
<div>Kill your shell and both will behave the same </div>
<div><br>
</div>
<div>Bengt <br>
<br>
Sent from my iPhone</div>
<div><br>
On 13 Jun 2015, at 10:54, Alessandro Sivieri <<a href="mailto:alessandro.sivieri@gmail.com">alessandro.sivieri@gmail.com</a>> wrote:<br>
<br>
</div>
<blockquote type="cite">
<div>
<div dir="ltr">Hi all,
<div><br>
</div>
<div>I know this is probabily a silly question, but I really cannot understand the cause of following behavior: I have a small application* that communicates (through a TCP connection) with a data logger, and downloads data samples once per minute. To do that,
 the main function of the application invokes the function that performs the TCP call and gets the samples, and then it invokes timer:apply_interval with the same function as parameter (and, of course, 60 seconds).</div>
<div><br>
</div>
<div>Now, if I open the Erlang shell and invoke the main function, everything goes smooth; if I start the application from the command line (-s main_module main_function), then the first sample is correctly downloaded, but no other sample is collected.</div>
<div><br>
</div>
<div>After many different tries and experiments, I still have no clue why... I mean, the main function is the same! Why two different behaviors?</div>
<div>Suggestions?</div>
<div><br>
</div>
<div>I have also tried starting with boot_sasl, to get some logs, and after the first sample is collected, the log reports</div>
<div><br>
</div>
<div>
<div>=PROGRESS REPORT==== 13-Jun-2015::10:49:43 ===</div>
<div>          supervisor: {local,kernel_safe_sup}</div>
<div>             started: [{pid,<0.53.0>},</div>
<div>                       {name,timer_server},</div>
<div>                       {mfargs,{timer,start_link,[]}},</div>
<div>                       {restart_type,permanent},</div>
<div>                       {shutdown,1000},</div>
<div>                       {child_type,worker}]</div>
</div>
<div><br>
</div>
<div>so I guess the timer server is correctly started... but my function is never invoked.</div>
<div>
<div><br>
</div>
<div>* by "application" I don't mean an OTP application, I mean just three Erlang modules.</div>
<div><br>
</div>
-- </div>
<div>
<div class="gmail_signature">
<div dir="ltr">
<div>Sivieri Alessandro<br>
<a href="mailto:alessandro.sivieri@gmail.com" target="_blank">alessandro.sivieri@gmail.com</a><br>
<a href="http://sivieri.me/" target="_blank">http://sivieri.me/</a></div>
</div>
</div>
</div>
</div>
</div>
</blockquote>
<blockquote type="cite">
<div><span>_______________________________________________</span><br>
<span>erlang-questions mailing list</span><br>
<span><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a></span><br>
<span><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a></span><br>
</div>
</blockquote>
</body>
</html>