Re: DBI/Apache::DBI under mod_perl

1999-10-27 Thread James G Smith
I think I just found the bug. Reading source code can be fun! :) Seems the MySQL backend was having the problems. Restarting it cleared up the errors. I'm not sure if there's something about Apache::DBI aggrevating the daemon or not (I don't need to pursue this further right now), but it's wor

Re: DBI/Apache::DBI under mod_perl

1999-10-27 Thread James G Smith
Alex Menendez <[EMAIL PROTECTED]> wrote: >this destroy routine is definitely a problem (may or may not be the cause >of the error though) apache::dbi over-rides the dbi connect method in >order to check an internal hash of cached db handles so that an existing >connection can be returned rather th

Re: DBI/Apache::DBI under mod_perl

1999-10-26 Thread Alex Menendez
this destroy routine is definitely a problem (may or may not be the cause of the error though) apache::dbi over-rides the dbi connect method in order to check an internal hash of cached db handles so that an existing connection can be returned rather than taking the performance hit of establishing

DBI/Apache::DBI under mod_perl

1999-10-26 Thread James G Smith
I am completely confused... I have a couple of connections I use - one for general information, another for authentication purposes. I am wanting to use Apache::DBI to cache the connections. When running as httpd -X I have no problems whatsoever. However, running as normal, it will work fine