exposing conn->sock?

Поиск
Список
Период
Сортировка
От Alex Pilosov
Тема exposing conn->sock?
Дата
Msg-id Pine.BSO.4.10.10105291955120.28420-100000@spider.pilosoft.com
обсуждение исходный текст
Ответы Re: exposing conn->sock?
Список pgsql-interfaces
Hi,

I have a question whether a patch which would expose conn->sock (the
actual socket connected to the server) via a function would be
acceptable/accepted. My application does essentially a select() loop on
various sockets, and is also waiting for asynchronous notifications from
database. While I know about pqWait, pqReadReady etc, these all require
busy-waiting of some sort and do not allow for immediate notification when
combined with waiting on some other fds.

So, is there some particular reason conn->sock is not exposed?

-alex



В списке pgsql-interfaces по дате отправления:

Предыдущее
От: Joel Burton
Дата:
Сообщение: Re: gar ...weird odbc thing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: exposing conn->sock?