Asynchronous connect using libpq

Поиск
Список
Период
Сортировка
От eem21@cam.ac.uk
Тема Asynchronous connect using libpq
Дата
Msg-id E115oQi-00068b-00@red.csi.cam.ac.uk
обсуждение исходный текст
Ответы Re: [INTERFACES] Asynchronous connect using libpq  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Neil Darlow
Дата:
Сообщение: Qualified Table Names and PsqlODBC.
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [INTERFACES] Asynchronous connect using libpq