Re: asynchronous execution

Поиск
Список
Период
Сортировка
От tomas@nocrew.org (Tomas Skäre)
Тема Re: asynchronous execution
Дата
Msg-id 80veyjvly4.fsf@junk.nocrew.org
обсуждение исходный текст
Ответ на Re: asynchronous execution  ("Merlin Moncure" <merlin.moncure@rcsonline.com>)
Список pgsql-odbc
"Merlin Moncure" <merlin.moncure@rcsonline.com> writes:

>> 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 that way.

It's not that easy, because the application is using libraries that
are not threadsafe, and I thought it would be best to use ODBC async
functionality, if it's available. Separating just the ODBC calls in
another thread would be too much trouble.

>> 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 want to make direct
> use of liqpq api.

That's also not an option, since we'd like to have the possibility of
choosing another DBMS.

Oh well, I'll live with blocking functions right now, and if we really
need it, I guess I'll have to try to implement it into psqlodbc.


Tomas

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

Предыдущее
От: "Merlin Moncure"
Дата:
Сообщение: Re: asynchronous execution
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: Continuing encoding fun....