I'm using Apache with mod_perl to access a
PostgresSQL database (6.5) .
The script starts with connecting to the
database... this means that the server is actually reconnecting everytime the
script starts and disconnect when the HTML page is generated.
I've read about a possibility to make a
'permanent' connection to the database ? Can anyone tell how ?
Thanx !
|
- Re: [GENERAL] Perl - Apache / Postgress Erik Colson
- Re: [GENERAL] Perl - Apache / Postgress Adriaan Joubert
- Re: [GENERAL] Perl - Apache / Postgress Gilles Darold