Re: [GENERAL] Take advantage of PREPARE (Pool of Conections)

2006-02-17 Thread Marcos
> It's called pgpool. I've installed it in my computer, that's o.k. Now, how do I to know if it's working with Postgresql? Thanks :o) ---(end of broadcast)--- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-n

Re: [GENERAL] Take advantage of PREPARE (Pool of Conections)

2006-02-17 Thread Martijn van Oosterhout
On Fri, Feb 17, 2006 at 10:47:16AM +, Marcos wrote: > > Hi, > > I will have an aplication on the web that will have many connections > because it will be looking for data. > This means, if each visitor of the website opens and closes the > connection, PREPARE is useless. > > I need the

[GENERAL] Take advantage of PREPARE (Pool of Conections)

2006-02-17 Thread Marcos
Hi, I will have an aplication on the web that will have many connections because it will be looking for data. I'm doing the main functions that will be used in PL/PGSQL, they use the PREPARE resource, but in order to use it, I need the connection to be permanent because the PLAN generated by P