Kundham Saare wrote:
> Hi,
>
> I am trying to develop a proxy for postgresql that
> will distribute the load between multiple postgresql
> database servers and have so far failed to even get a
> connection.
>
> What I am trying to do is to create a TCP socket
> server and a client and forward all requests coming
> into the server through the client and vice versa.
>
> So far, it has not worked at all.
>
> Can anybody shed any light on this or a better way of
> doing this.
Did you take a look at sqlrelay or pgpool ?
Regards
Gaetano Mendola