Re: [RFC: performance] Initializing DBI.pm

2000-06-05 Thread Eric Cholet
> > > I've not done much of either this last year, however, I'm hoping to get > > > a new beta DBI release out this week. Maybe... > > > > Tim I hope you plan to integrate Doug's patch which makes it possible to use > > DBI with Perl 5.6 -Dusethreads. Thanks! > > Of course. And I'll trust you'll a

Re: [RFC: performance] Initializing DBI.pm

2000-06-05 Thread Tim Bunce
On Mon, Jun 05, 2000 at 12:49:46AM +0200, Eric Cholet wrote: > On Sun, Jun 04, 2000 at 08:58:11PM +0100, Tim Bunce wrote: > > On Sun, Jun 04, 2000 at 10:57:57PM +0300, Stas Bekman wrote: > > > > > > This all won't be possible without you and other great folks writing and > > > maintaining this am

Re: [RFC: performance] Initializing DBI.pm

2000-06-04 Thread Eric Cholet
On Sun, Jun 04, 2000 at 08:58:11PM +0100, Tim Bunce wrote: > On Sun, Jun 04, 2000 at 10:57:57PM +0300, Stas Bekman wrote: > > > > This all won't be possible without you and other great folks writing and > > maintaining this amaizing software... So the biggest thanks goes to you :) > > I've not

Re: [RFC: performance] Initializing DBI.pm

2000-06-04 Thread Tim Bunce
On Sun, Jun 04, 2000 at 10:57:57PM +0300, Stas Bekman wrote: > > This all won't be possible without you and other great folks writing and > maintaining this amaizing software... So the biggest thanks goes to you :) I've not done much of either this last year, however, I'm hoping to get a new be

Re: [RFC: performance] Initializing DBI.pm

2000-06-04 Thread Stas Bekman
On Sun, 4 Jun 2000, Tim Bunce wrote: > On Sat, Jun 03, 2000 at 03:54:37AM +0300, Stas Bekman wrote: > > Here is a complete version. comments are very welcome before it enters the > > guide: > > > > The first example is the C module. As you know C works with > > many database drivers falling into

Re: [RFC: performance] Initializing DBI.pm

2000-06-04 Thread Tim Bunce
On Sat, Jun 03, 2000 at 03:54:37AM +0300, Stas Bekman wrote: > Here is a complete version. comments are very welcome before it enters the > guide: > > The first example is the C module. As you know C works with > many database drivers falling into the C category, > e.g. C. It's not enough to prel

[RFC: performance] Initializing DBI.pm

2000-06-02 Thread Stas Bekman
Here is a complete version. comments are very welcome before it enters the guide: The first example is the C module. As you know C works with many database drivers falling into the C category, e.g. C. It's not enough to preload C, you should initialize C with driver(s) that you are going to use (