Craig Ringer wrote:
> Given the choice I'd want to take the async I/O option over threading in
> C++, but I don't get the impression that libpq is really built around
> that model.
libpq has several commands for asynchronous command processing:
http://www.postgresql.org/docs/8.3/static/libpq-async.html
- Dan Myers