Perl - Apache / Postgress

From: "Erik Colson" <beaver(at)glo(dot)be>
To: "Postgres-General" <pgsql-general(at)postgreSQL(dot)org>
Subject: Perl - Apache / Postgress
Date: 1999-07-14 08:08:23
Message-ID: 019a01becdd0$170a5f80$0adedede@Cad2.beaver.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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 !

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Adriaan Joubert 1999-07-14 08:46:16 Re: [GENERAL] Perl - Apache / Postgress
Previous Message Eunil Won 1999-07-14 06:43:47 questions to where...