Asynchronous connect using libpq - Mailing list pgsql-interfaces

From eem21@cam.ac.uk
Subject Asynchronous connect using libpq
Date
Msg-id E115oQi-00068b-00@red.csi.cam.ac.uk
Whole thread Raw
Responses Re: [INTERFACES] Asynchronous connect using libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
Hello all,

I have just today re-subscribed to this list after a few months away. 
I hope that I am not repeating a recent question; I have searched the
archives and found nothing appropriate.

I need non-blocking versions of PQconnectdb and PQreset in libpq,
analogous to the asynchronous query processing functions (PQsendQuery
et al).

I am willing to write these, if no one else has time to do so, but would
appreciate some input before I get started.  I suspect it can be split
in such a way that the caller will be able to use select,
PQconsumeInput, PQisBusy, etc, like the async query stuff.

I am in quite a rush for these, and a prompt response from someone in
the know would be greatly appreciated.

TIA,

Ewan Mellor.




pgsql-interfaces by date:

Previous
From: Neil Darlow
Date:
Subject: Qualified Table Names and PsqlODBC.
Next
From: Tom Lane
Date:
Subject: Re: [INTERFACES] Asynchronous connect using libpq