On fim, 2006-09-21 at 23:40 -0700, Najib Abi Fadel wrote: > i have an already running web application with a lot of users. All the > connections to the postgresql database are not persistent. I was > wondering if it is possible to switch to persistent connection without > having problems in my current in production application in order to > boost performance ? take a look at pgpool http://pgpool.projects.postgresql.org/ gnari