![]() |
|
Problems? Is your data what you think it is? | |
PerlMonks |
Re: Can we write multi-threaded scripts ?by ikegami (Pope) |
on Nov 06, 2018 at 07:49 UTC ( #1225304=note: print w/replies, xml ) | Need Help?? |
That warning is poppycock. It should be removed. The developers of Perl explained that it means "The use of interpreter-based threads in perl is officially discouraged if you want a lightweight system for multitasking". In other words, it's completely redundant with the previous paragraph. Since creating new threads can be expensive, just use a model that involves reusable worker threads.
In Section
Seekers of Perl Wisdom
|
|