Re: [INTERFACES] Asynchronous connection functions - patch submitted

From: "E(dot)E(dot) Mellor" <eem21(at)cam(dot)ac(dot)uk>
To: Michael Meskes <meskes(at)postgresql(dot)org>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] Asynchronous connection functions - patch submitted
Date: 1999-11-30 12:12:42
Message-ID: Pine.SOL.4.10a.9911301211280.5846-100000@red.csi.cam.ac.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Tue, 30 Nov 1999, Michael Meskes wrote:

> On Tue, Nov 30, 1999 at 02:35:46AM +0000, eem21(at)cam(dot)ac(dot)uk wrote:
> > Due to enormous public demand, I have now submitted the changes to
> > libpq that I have had hold of for some time. These add functions to
> > allow asynchronous connection to the database. These functions are
> > called
> >
> > PQconnectStart
> > PQconnectPoll
> > ...
>
> Sorrym I didn't follow this discussion. Do these function replace the old
> ones? Or are they additional?

Additional. The old functions (PQconnect, PQreset) now actually feed
through these new functions, but there should be no change in behaviour as
far as any caller of those is concerned.

Ewan.

In response to

Responses

Browse pgsql-interfaces by date

  From Date Subject
Next Message Michael Meskes 1999-11-30 19:59:15 Re: [INTERFACES] Asynchronous connection functions - patch submitted
Previous Message E.E. Mellor 1999-11-30 12:08:23 Re: [INTERFACES] libpq + multiple connections ...