Hi! Can anyone help me? I have a Linux/Apache/PHP/PostgreSQL server. It has about 35 concurrent clients. The problem is it quickly (in about 4 hours) reaches 150 httpd and postmaster processes, making it stop responding. I tried both pg_connect() and pg_pconnect(), and I got similar results. I don't think I should increase MaxClients beyond 150, because it doesn't have that many clients. Any help would be much appreciated. Cheers, Fabio