Re: [benchmark] DBI/preload (was Re: [RFC] improving memory mappingthru code exercising)

2000-06-05 Thread Vivek Khera
> "PH" == Perrin Harkins <[EMAIL PROTECTED]> writes: PH> On Sat, 3 Jun 2000, Stas Bekman wrote: >> * install_driver (2): DBI-> install_driver("mysql"); PH> I've never seen that before, and it isn't in the DBI perldoc. Is it safer PH> than "use DBD::mysql;"? "use DBD::mysql" doesn't really

Re: [benchmark] DBI/preload (was Re: [RFC] improving memory mappingthru code exercising)

2000-06-02 Thread Ed Phillips
Yes, very cool Stas! Perrin Harkins wrote: > On Sat, 3 Jun 2000, Stas Bekman wrote: > > > correction for the 3rd version (had the wrong startup), but it's almost > > the same. > > > > Version Size SharedDiff Test type > >

Re: [benchmark] DBI/preload (was Re: [RFC] improving memory mappingthru code exercising)

2000-06-02 Thread Perrin Harkins
On Sat, 3 Jun 2000, Stas Bekman wrote: > correction for the 3rd version (had the wrong startup), but it's almost > the same. > > Version Size SharedDiff Test type > > 1 3469312 2609152 860160

Re: [benchmark] DBI/preload (was Re: [RFC] improving memory mappingthru code exercising)

2000-06-02 Thread Perrin Harkins
On Sat, 3 Jun 2000, Stas Bekman wrote: > * install_driver (2): > DBI->install_driver("mysql"); I've never seen that before, and it isn't in the DBI perldoc. Is it safer than "use DBD::mysql;"? - Perrin