Re: [INTERFACES] PQnotifies & select

From: "Ken J(dot) Wright" <ken(at)ori-ind(dot)com>
To: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] PQnotifies & select
Date: 1999-09-24 01:16:59
Message-ID: 3.0.32.19990923181657.0093ae70@ren.cncware.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

At 20:35 09/23/1999 -0400, Tom Lane wrote:
>"Ken J. Wright" <ken(at)ori-ind(dot)com> writes:
>> What handle(s) would I need to feed to select() to wait for a notification
>> which I can then pickup via PQnotifies()?
>
>PQsocket(connobject) delivers the file descriptor, or -1 if there is no
>open connection. There is some doco about this in the current
>documentation set, although I have to agree it's terse.

Thanks Ewan & Tom. Yes, the docs describing PQnotifies() suggests the usage
of select(), but lacks a pointer to PQsocket(). This would be a helpful
addition.

Cheers!

Ken

Browse pgsql-interfaces by date

  From Date Subject
Next Message Stavros Tsirakidis 1999-09-24 09:32:52
Previous Message Tom Lane 1999-09-24 00:35:14 Re: [INTERFACES] PQnotifies & select