Re: About large objects asynchronous and non-blocking support - Mailing list pgsql-hackers

From Dmitriy Igrishin
Subject Re: About large objects asynchronous and non-blocking support
Date
Msg-id CAAfz9KOdNh9VXPYKQMf8eO4P1jJnpMOhpOrmwrcvBedCta7CNA@mail.gmail.com
Whole thread Raw
In response to About large objects asynchronous and non-blocking support  (Giovanni Mascellani <g.mascellani@gmail.com>)
Responses Re: About large objects asynchronous and non-blocking support
List pgsql-hackers



2013/6/5 Giovanni Mascellani <g.mascellani@gmail.com>
Hi.

At the moment libpq doesn't seem to support asynchronous and
non-blocking support for large objects, in the style of
PQsendQuery/PQgetResult. This makes large objects hardly suited for
single-threaded programs based on some variant of select().
"There are server-side functions callable from SQL that correspond to each of
the client-side functions". Hence, you can call these functions by using
asynchronous API.

--
// Dmitriy.

pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: MVCC catalog access
Next
From: Tom Lane
Date:
Subject: Re: MVCC catalog access