Re: Postgre and Web Request

From: "Stefan Sturm" <mailling(at)anrath(dot)info>
To: <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgre and Web Request
Date: 2004-04-29 12:55:21
Message-ID: 20040429125538.9401BD1E12F@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello,

> Depending on your web development environment (java, php, .NET) etc,
> you should be able to use some mechanism that will provide a pool of
> connections to the database. Each request does not open a new
> connection (and then release it), but insteads gets a connection from
> the pool to use, and returns it back to the pool when done.

Where can I find some examples for connection pooling with php? Or must I
just use persistence connections?

Greetings,
Stefan Sturm

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Robert Treat 2004-04-29 13:08:20 Re: Postgre and Web Request
Previous Message Anton Nikiforov 2004-04-29 11:27:45 Re: Partial index question