Hi,
Having spent some time analyzing the root cause, problem seems to be the
aspect that 'poll ()' library function is not timed. Say the connection
pooling is enabled whereby Driver manager attempts to reuse an existing
connection having checked connection state executing a probe query. Flow
i
like this but I've not had yet.
So If you have any bug reports, may I ask your advice?
Best raguard,
/kyoko noro
-Original Message-
From: Tom Lane [mailto:[EMAIL PROTECTED]
Sent: Friday, February 29, 2008 12:37 PM
To: Noro, Kyouko
Cc: pgsql-bugs@postgresql.org
Subject: Re: [BUGS] BUG #3
"Kyoko Noro" <[EMAIL PROTECTED]> writes:
> Sometimes pqSocketCheck doesn't return and our appication hang.
pqSocketCheck isn't accessible from outside libpq, and furthermore
it's often called with the *intention* of waiting for something to
happen. You need to provide more details of what you are
The following bug has been logged online:
Bug reference: 3995
Logged by: Kyoko Noro
Email address: [EMAIL PROTECTED]
PostgreSQL version: 8.2.3
Operating system: Red Hat Enterprise Linux AS release 4
Description:pqSocketCheck doesn't return
Details:
Hello Support tea