On Wed, Nov 4, 2015 at 7:00 AM, <dancer-users-request@dancer.pm> wrote:
>
>   http://stackoverflow.com/questions/807506/threads-vs-processes-in-linux

This is from April 2009 - more than 6.5 years old. It talks of Linux 2.4
vs. 2.6. We now have Linux 4.2; don't take this link too serious without
checking if it is still valid for recent kernels.

Still valid! This is ingrained in the kernel.

(not Dancer2 related) The big issue for Perl is parallelizing your algorithms. When you have that, look at the mechanics:
http://perldoc.perl.org/threads.html
http://www.perlmonks.org/?node_id=966939
http://search.cpan.org/~shay/perl-5.20.3/pod/perlthrtut.pod   +++

Perl ToDo:
http://search.cpan.org/~shay/perl/Porting/todo.pod#make_ithreads_more_robust

Experimental:
http://search.cpan.org/~mlehmann/Coro-Multicore-0.02/Multicore.pm

Cheers -- Rick