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
"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
R D writes:
> This is one of the features of PgSQL that I do not
> like. It is much nicer to type:
> "grant all on database.table to ."
> And I asked the developers to do that but they did not
> take it very seriously.
The problem with this approach is that if you do "revoke all on database
Hi
all,
I have developed an
application using PostGreSQL in the backend. The application is to simulate some
Network elements which should communicate with some other application (Which is
actually a Black Box for us). There is always one instance of that application
with each instance of