<div dir="ltr"><div><div class="gmail_extra"><div class="gmail_quote">On Wed, Nov 4, 2015 at 7:00 AM,  <span dir="ltr"><<a href="mailto:dancer-users-request@dancer.pm" target="_blank">dancer-users-request@dancer.pm</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
><br>
>   <a href="http://stackoverflow.com/questions/807506/threads-vs-processes-in-linux" rel="noreferrer" target="_blank">http://stackoverflow.com/questions/807506/threads-vs-processes-in-linux</a><br>
<br>
This is from April 2009 - more than 6.5 years old. It talks of Linux 2.4<br>
vs. 2.6. We now have Linux 4.2; don't take this link too serious without<br>
checking if it is still valid for recent kernels.<br>
<br></blockquote></div>Still valid! This is ingrained in the kernel.<br></div><div dir="ltr"><br>(not Dancer2 related) The big issue for Perl is parallelizing your algorithms. When you have that, look at the mechanics:<br><a href="http://perldoc.perl.org/threads.html" target="_blank">http://perldoc.perl.org/threads.html</a><br><a href="http://www.perlmonks.org/?node_id=966939" target="_blank">http://www.perlmonks.org/?node_id=966939</a><br><a href="http://search.cpan.org/~shay/perl-5.20.3/pod/perlthrtut.pod">http://search.cpan.org/~shay/perl-5.20.3/pod/perlthrtut.pod</a>   +++<br><br>Perl ToDo:<br><a href="http://search.cpan.org/~shay/perl/Porting/todo.pod#make_ithreads_more_robust">http://search.cpan.org/~shay/perl/Porting/todo.pod#make_ithreads_more_robust</a><br><br>Experimental:<br><a href="http://search.cpan.org/~mlehmann/Coro-Multicore-0.02/Multicore.pm">http://search.cpan.org/~mlehmann/Coro-Multicore-0.02/Multicore.pm</a><br><br>Cheers -- Rick<br><br></div><div class="gmail_extra">
</div></div></div>