1 Apr
2016
1 Apr
'16
10:41 a.m.
On Apr 1, 2016, at 10:20 AM, Igor Novgorodov <igor@novg.net> wrote:
Ok, so there's no way to make it to initialize Perl's thread stuff when the server core threads are spawned?
No. Because the Perl modules are buried in a virtual server. And because we have separate logical modules internally, the threads don't know about modules.
My script is only 470 lines long, but it uses DBI module (and some minor others). Maybe it's quite complex and causing the slowdown.
The DBI module is huge. If your Perl script is 470 lines, you can probably do all of that work in unlang. Alan DeKok.