Re: Problem with asynchronous connect in 8.0.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with asynchronous connect in 8.0.1
Дата
Msg-id 27477.1107793287@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem with asynchronous connect in 8.0.1  (Chad Robinson <taskswap@yahoo.com>)
Ответы Re: Problem with asynchronous connect in 8.0.1  (Chad Robinson <taskswap@yahoo.com>)
Список pgsql-interfaces
Chad Robinson <taskswap@yahoo.com> writes:
> I'm having a problem with asynchronous connections, and I can't seem to find
> a good example of this anywhere. To make things simple, I've reduced my
> program to the bare minimums, not even using select().

I believe that the async I/O code expects you to obey the API protocol,
in particular to wait for read-ready or write-ready where it says to.
Offhand I would expect an error return in case of failure to wait
long enough, though.

> In my Postgres logs I see:
>   LOG:  incomplete startup packet

Hmm, is it possible pqFlush never succeeded in writing out the whole
startup packet?  It'd be useful to look at the state of the connection
object with a debugger, esp. to see if anything is still pending in the
outbound I/O buffer.
        regards, tom lane


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

Предыдущее
От: Chad Robinson
Дата:
Сообщение: Problem with asynchronous connect in 8.0.1
Следующее
От: Chad Robinson
Дата:
Сообщение: Re: Problem with asynchronous connect in 8.0.1