Re: PQisBusy() always busy

From: bradg <bg4all(at)me(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: PQisBusy() always busy
Date: 2011-09-14 00:50:14
Message-ID: 1315961414729-4800947.post@n5.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

Thanks for your thoughtful, detailed response. I also took your warnings to
heart and resolved the underlying problem in my code without resorting to
threads. I have both the blocking and nonblocking functions working without
any issues.

Except one. Speed.

When I use the blocking function on a select query for 102 records, the time
is 0.645284 seconds. When I use the nonblocking version, the time is
52.000426 seconds. The application pgAdmin3 takes 1.6 seconds.

Does that seem right?

--
View this message in context: http://postgresql.1045698.n5.nabble.com/PQisBusy-always-busy-tp4793847p4800947.html
Sent from the PostgreSQL - novice mailing list archive at Nabble.com.

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message rox 2011-09-14 13:44:49 Can I capture created key id's, work with them, then return them later?
Previous Message Tom Lane 2011-09-13 17:17:23 Re: Drop multiple roles