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


in reply to Re^5: Standard way to convert timezone in multithreaded script
in thread Standard way to convert timezone in multithreaded script

the problems have not been totally solved..

That is correct, and I never said that using threads was without problems. But using nodes from 2003 to illustrate the problems with Perl threads today is somewhat like blaming Obama for sending troops to Iraq, or criticising Einstein for the limits of classical mechanics. Things have moved on since then, and any serious discussion would have to take these changes into account.

If you're interested in seriously criticising the usage of threads in Perl programs you should first read up on their current implementation as well as the way threads and processes are handled in multitasking, multi-user operating systems(*). Judging by your posts in this thread (especially your latest reply to BrowserUK) you really have a lot of reading to do, you do not seem to understand how multi-user operating systems work on a fundamental level, and my attempts to explain a few things were obviously fruitless.

(*) I heartily recommend Linux Kernel Development(link is for the upcoming 3rd edition), it goes into a lot of depth but also gives you a clear technical view on how the Linux kernel works and why it works that way.


All dogma is stupid.