>
> Tom Lane wrote:
> As per PFC's comment, if connections/sec is a bottleneck for you then
the
> answer is to use persistent connections. Launching a new backend
is a fairly
> heavyweight operation in Postgres.
>
In which case maybe pgpool could help in this respect?
http://pgpool.projects.postgresql.org/
Cheers,
Neil.