Re: [BUGS] BUG #3995: pqSocketCheck doesn't return

2008-06-03 Thread Vivek Gupta
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

Re: [BUGS] BUG #3995: pqSocketCheck doesn't return

2008-02-29 Thread Noro, Kyouko
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

Re: [BUGS] BUG #3995: pqSocketCheck doesn't return

2008-02-28 Thread Tom Lane
"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

[BUGS] BUG #3995: pqSocketCheck doesn't return

2008-02-28 Thread Kyoko Noro
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