Also... / Re: Apache not behaving nicely with cdbi (#2)

[prev] [thread] [next] [Date index for 2005/02/15]

From: karjala_lists
Subject: Also... / Re: Apache not behaving nicely with cdbi (#2)
Date: 08:28 on 15 Feb 2005
Objects are "retrieve"d anew in the code of each web page.

So I can't understand why this would be happening.

I also tried substituting db_Main as follows:

package Data::DBI;
use base 'Class::DBI::mysql';
__PACKAGE__->set_db('Main', 'dbi:mysql:data', 'user', 'password');
__PACKAGE__->autoupdate(1);
sub db_Main {
    return DBI->connect("DBI:mysql:data", 'user', 'password', { 
RaiseError => 1 });
}

...in order to bypass Ima::DBI just in case the problem was there. But I 
get the same effect.




karjala_lists@xxxxxxx.xxx wrote:

> I forgot to mention, I also explicitly use Class::DBI::Mysql 0.23 in 
> that class.



Apache not behaving nicely with cdbi (#2)
karjala_lists 07:27 on 15 Feb 2005

Re: Apache not behaving nicely with cdbi (#2)
karjala_lists 07:37 on 15 Feb 2005

Also... / Re: Apache not behaving nicely with cdbi (#2)
karjala_lists 08:28 on 15 Feb 2005

Re: Apache not behaving nicely with cdbi (#2)
Perrin Harkins 14:38 on 15 Feb 2005

Re: Apache not behaving nicely with cdbi (#2)
karjala_lists 16:35 on 15 Feb 2005

Re: Apache not behaving nicely with cdbi (#2)
Perrin Harkins 18:32 on 15 Feb 2005

Re: Apache not behaving nicely with cdbi (#2)
karjala_lists 07:14 on 16 Feb 2005

Re: Apache not behaving nicely with cdbi (#2)
Perrin Harkins 13:36 on 16 Feb 2005

Generated at 11:20 on 20 Feb 2005 by mariachi v0.52