On Mon, Oct 22, 2001 at 04:42:18PM -0500, Michael A Chase wrote:
> DBI is open source.  That includes the C source code.  Look in the files
> with .xs and .c extensions.

And .xst - Driver.xst is going to be growing in importance soon.

I expect it to be the home of a new version of fetchall_arrayref
that'll bypass the per-row DBI overheads and give a big boost in
performance for fetchall_arrayref and selectall_arrayref for
drivers implemented using Driver.xst (after they're recompiled).

Tim.

> --
> Mac :})
> ** I normally forward private questions to the appropriate mail list. **
> Give a hobbit a fish and he eats fish for a day.
> Give a hobbit a ring and he eats fish for an age.
> ----- Original Message -----
> From: "Terrence Brannon" <[EMAIL PROTECTED]>
> To: "Wiedmann, Jochen" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, October 22, 2001 09:07
> Subject: Re: DBI $sth subclasses minimally require a fetch?
> 
> 
> >
> > On Monday, October 22, 2001, at 12:01 AM, Wiedmann, Jochen wrote:
> >
> > >
> > >> I could not figure this out because fetchrow_hashref must be
> > >> written in
> > >> C and not Perl
> > >
> > > There is no reason for writing fetchrow_hashref in C. Just try.
> >
> > no, what I am saying is that I could not look at the DBI.pm source code
> > and find a fetchrow_hashref anywhere, although I wanted to look at such
> > a function so that I could answer this question myself.
> 
> 
> 

Reply via email to