First I&#39;ve heard of Coro. I&#39;m going to check it out now since I have an upcoming application for just that sort of thing. And continuation style is just what the doctor ordered.<div><div><br><div class="gmail_quote">
On Sun, Feb 14, 2010 at 2:27 AM, Jonathan Rockway <span dir="ltr">&lt;<a href="mailto:jon-chicagotalk@jrock.us">jon-chicagotalk@jrock.us</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im">* On Sat, Feb 13 2010, Zane C.B. wrote:<br>
&gt; The only issue I&#39;ve ever run into, is that it is a bitch, passing<br>
&gt; information between between each instance.<br>
<br>
</div>Hence threads.<br>
<br>
(But not ithreads, which is just fork without copy and write.)<br>
<br>
I really recommend using Coro for network daemons.  It will easily<br>
handle 30,000+ open and idle connections.  (And only that few because<br>
that&#39;s when my machine runs out of file descriptors.)  If you need to<br>
use all 4 CPUs, run four copies of your daemon.<br>
<div class="im"><br>
Regards,<br>
Jonathan Rockway<br>
<br>
--<br>
print just =&gt; another =&gt; perl =&gt; hacker =&gt; if $,=$&quot;<br>
_______________________________________________<br>
</div><div><div></div><div class="h5">Chicago-talk mailing list<br>
<a href="mailto:Chicago-talk@pm.org">Chicago-talk@pm.org</a><br>
<a href="http://mail.pm.org/mailman/listinfo/chicago-talk" target="_blank">http://mail.pm.org/mailman/listinfo/chicago-talk</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Jeremy Wall<br><a href="http://jeremy.marzhillstudios.com">http://jeremy.marzhillstudios.com</a><br><a href="mailto:Jeremy@marzhillstudios.com">Jeremy@marzhillstudios.com</a><br>

</div></div>