Re: Take advantage of PREPARE (Pool of Conections)

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Marcos <mjs_ops(at)gmx(dot)net>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Take advantage of PREPARE (Pool of Conections)
Date: 2006-02-17 13:21:19
Message-ID: 20060217132119.GC9254@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Feb 17, 2006 at 10:47:16AM +0000, Marcos wrote:
>
> Hi,
>
> I will have an aplication on the web that will have many connections
> because it will be looking for data.

<snip>

> This means, if each visitor of the website opens and closes the
> connection, PREPARE is useless.
>
> I need the connection pool for POSTGRESQL for Linux, but i don't know
> how to do this.

It's called pgpool.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message kishore.sainath 2006-02-17 13:21:37 Converting an ASCII database to an UTF-8 database
Previous Message William Leite Araújo 2006-02-17 12:42:27 Re: return setof and Temp tables