http://qs321.pair.com?node_id=332818


in reply to Things you need to know before programming Perl ithreads

> But that's just because it does a fork(), which in modern *nixes is very fast.

this unfortunately is not true now, because while pages are still 4kB, memory rapidly grows last few years, so if process uses 500MB, it has around 125.000 pages, and just copy page descriptor tables take about 0,5 sec.