[Koha-bugs] [Bug 18979] Speed up 'valid-templates.t' tests

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Oct 23 08:41:46 CEST 2017


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18979

--- Comment #7 from Marcel de Rooy <m.de.rooy at rijksmuseum.nl> ---
About the "use threads;" line:

>From the perl doc:

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.

Do we really need it ?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list