<div><br></div><div>On Friday, January 4, 2013 9:15:20 PM UTC-6, rusi wrote:<div> </div><blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;"><div class="gmail_quote"><div>My attempts at 'finitizing' the erlang are evidently not so successful :D </div></div></blockquote><blockquote class="gmail_quote" style="margin: 0;margin-left: 0.8ex;border-left: 1px #ccc solid;padding-left: 1ex;">Any tips?<br> <br></blockquote><div>Although your code includes a 'stop' signal to break out of the loop, once a sieve enters its filtloop, when does it ever receive a signal to stop? <br></div><div>What happens to the sieve that never receives a prime? </div></div><div><br></div><div>The result is that any prime sieve (and the very last) will still be waiting in a receive state after all the required processing is complete.</div><div><br></div><div>regs,</div><div>/s</div>