Re: [GENERAL] Perl - Apache / Postgress

1999-07-14 Thread Gilles Darold
Adriaan Joubert wrote: > > Erik Colson wrote: > > > > 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 whe

Re: [GENERAL] Perl - Apache / Postgress

1999-07-14 Thread Adriaan Joubert
> Erik Colson wrote: > > 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'v

[GENERAL] Perl - Apache / Postgress

1999-07-14 Thread Erik Colson
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 ma