Hi,

I am getting the following errors :
FATAL 1:  Memory exhausted in AllocSetAlloc()
pq_recvbuf: unexpected EOF on client connection

or sometimes...
pq_flush: send() failed: Broken pipe

For ending a connection, I am using PQfinish(database_connection con)

Any inform will be helpfull...

Vijay

-----Original Message-----
From: Tom Lane [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, January 09, 2001 11:23 PM
To: [EMAIL PROTECTED]
Cc: PostGre SQL Mailing List
Subject: Re: Connect Failed error


"vijayendra mohan agrawal" <[EMAIL PROTECTED]> writes:
> The application runs fine with as many as 50 instances of Network Elements
> with a very high rate of message coming from 50 corresponding "Black Box
> applications". But it will stop after some hours of continous run (max 16
> hours). error :
> "Connection to database failed"

This isn't enough info to troubleshoot your problem.  *Why* is that
error coming out?  If your application isn't willing to provide more
info, try looking in the postmaster's stdout/stderr log for error
messages.  (You are keeping such a log, I hope, and not using -S or
sending the messages to /dev/null.)

                        regards, tom lane

Reply via email to