in reply to Re: Threading with a twist -- a panorama
in thread Threading with a twist
some point perl threading was oficially discouraged because was too easy make it the wrong way.
Bah, if you do it wrong --not reuse threads-- it's just going to be a bit slower. Yup, that's all there is to that warning. Just use a worker model and you're fine.
Someone threw a tantrum when they wrong that warning, and it's poisoning the community.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Threading with a twist -- a panorama
by Discipulus (Canon) on Oct 03, 2017 at 08:01 UTC | |
by karlgoethebier (Abbot) on Oct 04, 2017 at 09:53 UTC | |
by Anonymous Monk on Oct 05, 2017 at 02:33 UTC | |
by ikegami (Patriarch) on Oct 03, 2017 at 15:39 UTC | |
by Anonymous Monk on Oct 03, 2017 at 17:37 UTC | |
|