Re: speeding up XS_DBI_dispatch()
Tim Bunce <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Feb 09, 2012 at 09:53:08PM +0000, Martin J. Evans wrote:
> Something between 1.616_901 and 1.616_902 changed which breaks fork() in DBI on Windows.
Ah, 1.616_901 and 1.616_902! So unrelated to Dave's method cache work.
See if this works:
- static int use_xsbypass = 1;
+ static int use_xsbypass = 0;
If not, then it's probably something to do with the dPERINTERP changes.
Running with a high trace level might shed some light but a strack trace
of some kind would be ideal.
Tim.