ivan <[EMAIL PROTECTED]> writes: > i need to connect to by my database more then 100 connections, > but after ~20-30 conn, postmaster says me "Resource temporarily > unavailable", what are this resource ?
First bet is that you are running into a maximum-number-of-processes- per-user limit imposed by "ulimit -u". It's also possible that you need more RAM or swap space. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly