Re: asynchronous execution

From: "Merlin Moncure" <merlin(dot)moncure(at)rcsonline(dot)com>
To: Tomas Skäre <tomas(at)nocrew(dot)org>
Cc: <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: asynchronous execution
Date: 2005-11-22 21:37:49
Message-ID: 6EE64EF3AB31D5448D0007DD34EEB3417DD952@Herge.rcsinc.local
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 that way.

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

Merlin

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message mike 2005-11-23 05:26:33 System Error 998
Previous Message =?iso-8859-1?q?Tomas_Sk=E4re?= 2005-11-22 20:37:50 Re: Problems with newer linux odbc drivers