You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Ken Miller <mi...@husky-oil.com> on 2000/06/06 18:13:05 UTC

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

At 11:10 AM 6/6/00 -0400, Geoffrey Young wrote:
>
>
>> -----Original Message-----
>> From: Jason Terry [mailto:jter@g-web.net]
>> Sent: Tuesday, June 06, 2000 10:52 AM
>> To: modperl@apache.org
>> Subject: Re: [benchmark] DBI/preload (was Re: [RFC] improving memory
>> mapping thru code exercising)
>> 
>> 
>> I just wanted to thank you guys for sending this to the mailing list.
>> 
>> I added these lines to my startup script....
>> use Carp;
>> CGI->compile(qw(my_common_functions));
>> DBI->install_driver('mysql');

I tried this in my startup.pl with Oracle, and this is what I got:

DBI handle cleared whilst still active at
/home/cardlock/lib/perl5/site_perl/5.005/sun4-solaris/DBD/Oracle.pm line 82.
    dbih_clearcom (h 0x54f978, com 0x3319e8):
       FLAGS 0x211: COMSET Warn AutoCommit 
       TYPE 1
       PARENT undef
       KIDS 0 (0 active)
       IMP_DATA undef in 'DBD::Oracle::dr'

I tried both 

	use DBD::Oracle

and

	DBI->install_driver( 'Oracle' );

with the same results. It didn't seem to cause any problems, since
everything still worked.

Something to worry about?


Cheers!

	-klm.

-------------------------------------------
Ken Miller, Consultant
Shetland Software Services Inc.