Lee Tuck <tuckkhai@yahoo.com> writes:
> 1. Connection startup failed <fork failure> : Resource
> temporarily unavailable
You probably need to increase your system's limit on the number of
processes per userid. Postgres has to be able to start a process
for each connection received. Just increasing max_connections in
postgresql.conf won't work if the kernel is not configured to allow it...
regards, tom lane