You could try increasing max_connections in postgresql.conf. But it's possible that connections are not closing properly and that will eat up as many as you care to permit, eventually. If you're running some ancient v7.x release of PostgreSQL, upgrade to at least 8.0. I used to see this problem, and upgrading the PG components seems to have cured it.
On a lightly-used production instance here I'm running with max_connections = 100. That's on PG 8.0.8, and I'm bugging the Gentoo PG team to find out why we're stuck at 8.0 when 8.3 is in beta and 8.2 has been out and stable for many months. On the java side I'm using the postgresql JDBC driver v8.1-404. -- Mark H. Wood, Lead System Programmer [EMAIL PROTECTED] Typically when a software vendor says that a product is "intuitive" he means the exact opposite.
pgpEfJm3UuWz4.pgp
Description: PGP signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________ DSpace-tech mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dspace-tech

