On 10/21/2011 2:25 AM, prashant khabiya wrote: > Hi, > I am new to PostgreSQL, currently i am using postgresql9.1 on > single server for my application. > But because of heavy load on DB i am trying for Master and > slave server and want to imlement Replication and Loadbalancing in it. > From website i came to know replication is possible with > slony, I wanted to know about Loadbalancing. Loadbalancing is possible > with slony? If yes how we implement it? > I am looking forward for your valuable guidance and your consideration. > waiting for your reply through mail. > Thank you > With warm regards, > Prashant khabiya
Moving this to slony1-general. Slony does not provide a connection pool or load balancer. It may be used to synchronize the databases, but you will have to look for something like pgpool-2 to do the actual load balancing. Jan -- Anyone who trades liberty for security deserves neither liberty nor security. -- Benjamin Franklin _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
