> 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
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
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