Re: Limitations on PGSQL - Mailing list pgsql-general

From Jean-Michel POURE
Subject Re: Limitations on PGSQL
Date
Msg-id 4.2.0.58.20011105155124.00a91ca0@pop.freesurf.fr
Whole thread Raw
In response to Re: Limitations on PGSQL  ("Aasmund Midttun Godal" <postgresql@envisity.com>)
List pgsql-general
>Long connection time - if you are using the web you will have to use some
>sort of persistant scheme e.g. Apache::DBI otherwise you will handle
>around 5 requests per sec on a decent computer. I wonder whether it would
>be possible for it to either reconnect, keeping the connection to a new
>database or user, or reuse it's kids - like Apache.

Php allows persistent connections. Don't you think?

http://uk.php.net/manual/en/configuration.php#ini.sect.pgsql
Postgres Configuration Directives
pgsql.allow_persistent boolean
Whether to allow persistent Postgres connections.
pgsql.max_persistent integer
The maximum number of persistent Postgres connections per process.
pgsql.max_links integer
The maximum number of Postgres connections per process, including
persistent connections.

Best regards,
Jean-Michel POURE

pgsql-general by date:

Previous
From: "Jeff Lu"
Date:
Subject: Re: Got error on CREATE TABLE AS (+Bug?)
Next
From: Culley Harrelson
Date:
Subject: error deleting table