Re: PQsetnonblocking questions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PQsetnonblocking questions
Дата
Msg-id 7695.977937068@sss.pgh.pa.us
обсуждение исходный текст
Ответ на PQsetnonblocking questions  ("Tim Barnard" <tbarnard@povn.com>)
Список pgsql-interfaces
"Tim Barnard" <tbarnard@povn.com> writes:
> ... do I even need to use PQsetnonblocking?

Not unless you are unhappy about the possibility of short-term blocking
during PQsendQuery (which is a very remote possibility anyway, unless
you send huge query strings).

I believe that the nonblocking-mode code is pretty buggy, and don't
recommend using it unless you really need it and want to help debug
it...
        regards, tom lane


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

Предыдущее
От: Frank Joerdens
Дата:
Сообщение: Re: PHP and PostgreSQL
Следующее
От: "Adam Lang"
Дата:
Сообщение: Re: PHP and PostgreSQL