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
> 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
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