Re: asynchronous execution

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: asynchronous execution
Дата
Msg-id 6EE64EF3AB31D5448D0007DD34EEB3417DD952@Herge.rcsinc.local
обсуждение исходный текст
Ответ на asynchronous execution  (tomas@nocrew.org (Tomas Skäre))
Ответы Re: asynchronous execution  (tomas@nocrew.org (Tomas Skäre))
Список pgsql-odbc
> Are there any work done, or plans for implementing asynchronous
> execution in psqlodbc?

Not sure about future plans, but there is nothing stopping you from opening thread in your app and running odbc call
thatway. 

> Does anyone have an idea if this is difficult to implement?

defer to experts.

> Does libpq support asynchronous calls?

yes:
http://www.postgresql.org/docs/8.1/interactive/libpq-async.html

If you have deep requirements and/or are extremely speed concerned (and are not concerned about portability), you may
wantto make direct use of liqpq api. 

Merlin

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

Предыдущее
От: tomas@nocrew.org (Tomas Skäre)
Дата:
Сообщение: Re: Problems with newer linux odbc drivers
Следующее
От: tomas@nocrew.org (Tomas Skäre)
Дата:
Сообщение: Re: asynchronous execution