Re: [RFC] libpq extensions - followup

From: Iker Arizmendi <iker(at)research(dot)att(dot)com>
To: tgl(at)sss(dot)pgh(dot)pa(dot)us, pgsql-general(at)postgresql(dot)org
Subject: Re: [RFC] libpq extensions - followup
Date: 2003-01-26 15:50:05
Message-ID: 20030126105005.3e30ce14.iker@research.att.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)sss(dot)pgh(dot)pa(dot)us> wrote:

> Iker Arizmendi <iker(at)research(dot)att(dot)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(at)research(dot)att(dot)com
w: http://research.att.com
p: 973-360-8516

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2003-01-26 18:38:02 Re: [RFC] libpq extensions - followup
Previous Message greg 2003-01-26 14:25:16 Re: Searchable 7.3.1 Documentation - now interactive!