DBI : Keep the db handle ($dbh) trough several cgi - Mailing list pgsql-general

From Righetti Livio
Subject DBI : Keep the db handle ($dbh) trough several cgi
Date
Msg-id 7gjri0$d9f$1@pollux.ip-plus.net
Whole thread Raw
List pgsql-general
Hi everybody,

I'm using Perl 5, DBI 1.06 and Postresql 6.4.2.

Is it possible de keep the db handle ($dbh) trough several cgi in order to :

  - avoid to connect at the beginning of each cgi
  - Begin a transaction in a cgi et finish it in another cgi

Thanks in advance

Livio



pgsql-general by date:

Previous
From: Thomas Malkus
Date:
Subject: (no subject)
Next
From: Martin Weinberg
Date:
Subject: Problem indexing on internal functions . . .