<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Hi all,<div> I am an erlang newbies.</div><div>I am developing a small stock exchange monitoring application, after reading Francesco Cesarini Erlang book and wpriting some small libraries:</div><div><br></div><div><a href="https://github.com/daitangio/erprice">https://github.com/daitangio/erprice</a></div><div><br></div><div>I have a gen_server which take a monitor request, in the form {StockTicker, Market, droplimitvalue}.</div><div>Then the gen_server spawn a child process which track the price, sleeping at some interval.</div><div>The child process is monitored.</div><div>The child process die when the stock goes below the price drop but before that sends a notification to its gen_server</div><div><br></div><div>Now the question is: Is a correct approach?</div><div>What is the best way of spawn-ing child which must loop and loop?</div><div><br></div><div>I think the child cannot be a gen_server because its interface did not seem to be thinked for continuing monitoring process.</div><div>There is some idiomatic behavior must I implement?</div><div>I can spawn_monitot child by hand? It is a good strategy?<br><div apple-content-edited="true">
<div style="color: rgb(0, 0, 0); font-family: Optima; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="color: rgb(0, 0, 0); font-family: Optima; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div style="color: rgb(0, 0, 0); font-family: Optima; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><div style="font-family: Helvetica; ">--</div></div><div>Giovanni Giorgi</div><div><a href="mailto:jj@gioorgi.com">jj@gioorgi.com</a></div><div><br></div></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"></div><br class="Apple-interchange-newline"><br class="Apple-interchange-newline">
</div>
<br></div></body></html>