Hello all.
While I'm very excited about enabling keepalives in libpq, I want to
know how can I use this functionality in my application?
Let's imagine that I connect to a server with keepalives option, other
options (keepalives_idle, keepalives_interval, keepalives_count) are
used either. Then network goes down. So, how will I know that
connection is dead? Any callback function? Or should I check PQstatus
periodically?
Thank in advance
--
Nullus est in vitae sensus ipsa vera est sensus.
Responses
pgsql-hackers by date
| Next: | From: Robert Haas | Date: 2010-07-06 17:49:42 |
| Subject: Re: Partitioning syntax |
| Previous: | From: Marc Cousin | Date: 2010-07-06 16:35:06 |
| Subject: Re: TRUNCATE+COPY optimization and --jobs=1 in pg_restore |