develooper Front page | perl.dbi.dev | Postings from February 2012

Re: speeding up XS_DBI_dispatch()

Thread Previous | Thread Next
From:
Martin J. Evans
Date:
February 10, 2012 03:07
Subject:
Re: speeding up XS_DBI_dispatch()
Message ID:
4F34FA52.3000001@easysoft.com
On 10/02/12 10:54, Tim Bunce wrote:
> 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;

Think I already tried that last night by setting the env var and it made no difference.

Don't have the machine to hand right now although I could try and set it up here.
  
> If not, then it's probably something to do with the dPERINTERP changes.

which is my suspicion.

> Running with a high trace level might shed some light but a strack trace
> of some kind would be ideal.

I tried tracing but nothing stood out - I could post the end of the trace later.
  
> Tim.

Martin
-- 
Martin J. Evans
Easysoft Limited
http://www.easysoft.com

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About