in reply to Re: Trying to Understand the Discouragement of Threads
in thread Trying to Understand the Discouragement of Threads
Sure. The perl documentation, for example: http://perldoc.perl.org/threads.html
The "interpreter-based threads" provided by Perl are not the fast, lightweight system for multitasking that one might expect or hope for. Threads are implemented in a way that make them easy to misuse. Few people know how to use them correctly or will be able to provide help. The use of interpreter-based threads in perl is officially discouraged.
And it seems like most of the posts or suggestions to use threads (that I've come across) are often countered saying that threads shouldn't be used, are heavier, more confusing, etc. If you'd like references, I can go pull some up from links I've saved.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Trying to Understand the Discouragement of Threads
by syphilis (Archbishop) on Nov 18, 2014 at 09:54 UTC | |
Re^3: Trying to Understand the Discouragement of Threads
by Anonymous Monk on Nov 18, 2014 at 07:13 UTC | |
by benwills (Sexton) on Nov 18, 2014 at 07:24 UTC | |
by tobyink (Canon) on Nov 18, 2014 at 09:36 UTC | |
by PetaMem (Priest) on May 06, 2015 at 09:05 UTC | |
by Discipulus (Canon) on Nov 18, 2014 at 07:52 UTC | |
by Anonymous Monk on Nov 18, 2014 at 07:28 UTC | |
by benwills (Sexton) on Nov 18, 2014 at 07:45 UTC |