Re: speeding up XS_DBI_dispatch()

2012-02-11 Thread Martin J. Evans
On 11/02/2012 00:48, Jan Dubois wrote: On Fri, 10 Feb 2012, Dave Mitchell wrote: On Thu, Feb 09, 2012 at 11:10:17PM +0100, demerphq wrote: Well perls fork() relies on threaded perl so it could very easily be Dave's patch. Dave do you have access to a win32 build environment? I'm afraid not.

Re: speeding up XS_DBI_dispatch()

2012-02-11 Thread Tim Bunce
On Fri, Feb 10, 2012 at 04:48:38PM -0800, Jan Dubois wrote: On Fri, 10 Feb 2012, Dave Mitchell wrote: On Thu, Feb 09, 2012 at 11:10:17PM +0100, demerphq wrote: Well perls fork() relies on threaded perl so it could very easily be Dave's patch. Dave do you have access to a win32 build

Re: speeding up XS_DBI_dispatch()

2012-02-11 Thread demerphq
On 11 February 2012 14:55, Tim Bunce tim.bu...@pobox.com wrote: On Fri, Feb 10, 2012 at 04:48:38PM -0800, Jan Dubois wrote: MSVCRT!abort perl514!PerlEnvGetenv+0x13 [perlhost.h @ 462] DBI!dbi_bootinit+0x276 [DBI.xs @ 468] DBI!XS_DBI__clone_dbis+0x71 [DBI.c @ 4280] Anyways, I would suggest

Re: DBD::Oracle

2012-02-11 Thread Aaron Crane
Yanick Champoux yanick.champ...@gmail.com wrote: And just to keep things interesting, I've noticed that I forgot the ending semi-colon that is in the test. But surely that won't-- $ perl -E'say system exit 1; say system exit 1;' -1 256    --make a difference... Ah, I can explain what's