Re: [RFC] libpq extensions - followup - Mailing list pgsql-general

From Iker Arizmendi
Subject Re: [RFC] libpq extensions - followup
Date
Msg-id 20030126105005.3e30ce14.iker@research.att.com
Whole thread Raw
In response to Re: [RFC] libpq extensions - followup  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
BTW, the source tarball contains an example program that shows
how multiple "in flight" queries are simulated. It also contains a
multi-threaded example (where each thread waits on the connection
pool).

Cheers,
Iker


On Sun, 26 Jan 2003 00:47:20 -0500
Tom Lane <tgl@sss.pgh.pa.us> wrote:

> Iker Arizmendi <iker@research.att.com> writes:
> > A while back I suggested that it would be useful if asynchronous
> > connections could support multiple queries "in flight", especially
> > if you're working on event driven applications (see topic "rfc -
> > libpq extensions"). I've since started work on a simple library,
>
> I must be missing something fundamental here.  The backend doesn't
> support multiple parallel queries, so how can you have "multiple
> queries in flight" on the same connection?
>
>             regards, tom lane


--
Iker Arizmendi
AT&T Labs - Research
Speech and Image Processing Lab
e: iker@research.att.com
w: http://research.att.com
p: 973-360-8516


pgsql-general by date:

Previous
From: greg@turnstep.com
Date:
Subject: Re: Searchable 7.3.1 Documentation - now interactive!
Next
From: Tom Lane
Date:
Subject: Re: [RFC] libpq extensions - followup