On Fri, 2006-04-07 at 17:46 -0400, Jonathan Vanasco wrote: > can anyone here share some experience ? there's not much out there > in terms of mod_perl / pgpool integration (lots of stuff for other > languages) > > i'm not sure if i need to use it, if there's something better, or > even how to use it ( replace Apache::DBI entirely with it, and give > each child a DBpool handle, or have apache::dbi connect to dbpool > instead of pg - there's little docs on this)
Are you talking about http://pgpool.projects.postgresql.org/? It says right on the front page that it looks just like a normal server and you don't need to change anything. It also says it works with any language. - Perrin