threads and libpq

From: "David O'Farrell" <dave(dot)ofarrell(at)aersoft(dot)ie>
To: pgsql-general(at)postgresql(dot)org
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: threads and libpq
Date: 1999-03-11 12:30:38
Message-ID: 36E7B76E.BE33F29@aersoft.ie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-interfaces


from the Postgres Architectural Concepts document:

"The libpq library allows a single frontend to make multiple connections
to backend processes.
However, the frontend application is still a single-threaded process."

could some clarify to me if this means that a frontend CANNOT open
several
connections from different threads with the current implementation of
libpq.

if so then what does it mean "to make multiple connections" ? does this
apply only to multiple processes ? or from the same process but not at
the same time ?

Is there anyone working on multi threading for libpq ?

best regards,

--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
David O'Farrell AerSoft Limited
mailto:dave(dot)ofarrell(at)aersoft(dot)ie 2 Northumberland Avenue,
Dun Laoghaire,Co. Dublin
Direct Phone 353-1-2145950
Phone: 01-2301166 Fax: 01-2301167
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Browse pgsql-general by date

  From Date Subject
Next Message Stefan Wehner 1999-03-11 12:39:05 Bug in Sequences [6.4.2]
Previous Message Pavel PaJaSoft Janousek 1999-03-11 08:13:39 Re: [GENERAL] Is it possible to change a columns name

Browse pgsql-interfaces by date

  From Date Subject
Next Message Igor Sysoev 1999-03-11 14:23:22 DBD-Pg-0.73 make failed
Previous Message Brian Eldridge 1999-03-11 04:28:14 libpq problem