in reply to Re: How much slower is perl (the binary) with threads than without?
in thread How much slower is perl (the binary) with threads than without?

When using a threaded perl, be sure to use DBI-1.620, as there have been changes in performance that mainly affect threaded builds.


Enjoy, Have FUN! H.Merijn
  • Comment on Re^2: How much slower is perl (the binary) with threads than without?

Replies are listed 'Best First'.
Re^3: How much slower is perl (the binary) with threads than without?
by Anonymous Monk on May 11, 2012 at 12:53 UTC

    I suspect I had that version. The required modules were simply installed with /path/to/perl -MCPAN -e 'install DBD::Pg'.