Hi
> Install Apache::DBI and loads it in your httpd.conf before any call to DBI.
> PerlModule Apache::DBI
Thanks. Seems that I've forgotten more than I care to think about :-(
But what about mod_perl 2. Is this still the same?
--
Kaare Rasmussen--Linux, spil,--Tlf:
On Mon, 02 Sep 2002 14:24:38 GMT
"Kaare Rasmussen" <[EMAIL PROTECTED]> wrote:
> Hi
>
> I wonder how it is possible to have database connections span several http
> requests with Embperl.
>
> It is not very efficient to reconnect to the same databases for every
> request. So I imagine that t
Hi
I wonder how it is possible to have database connections span several http
requests with Embperl.
It is not very efficient to reconnect to the same databases for every
request. So I imagine that there already exists a way to keep database
connections open between calls.
I will be using