here's our connect:
$n is defined earlier, a central module that contains secure informations

Apache::DBI->connect_on_init (
           $n->database, $n->DBI_username, $n->DBI_password,
           { AutoCommit => 1, 'RaiseError' => 1
           }
        );

and we connect to MySQL (4.1.7)... though there is a separate database (set of tables) for the in-dev content, it is served by the same machine that successfully works without incident on the public machine (which conntects the same way, as well, connect_on_init).


----- Original Message ----- From: "Gedanken" <[EMAIL PROTECTED]>
To: "J.e. Turcotte" <[EMAIL PROTECTED]>
Cc: <modperl@perl.apache.org>
Sent: Monday, May 09, 2005 3:33 PM
Subject: Re: Decaying Performance under newer apache/mp versions




What database are you connecting to, and how are you connecting to it?

--
gedanken



Reply via email to