>>In article <[EMAIL PROTECTED]>, Adam Haberlach
><[EMAIL PROTECTED]> writes:
> On Sat, Jan 30, 1999 at 09:08:14PM -0800, Felix Morley Finch wrote:
>> Q 2: Is it necessary and/or sufficient to have only one thread talk to
>> the Postgres library?
> Well, it would be sufficient--I am not
On Sat, Jan 30, 1999 at 09:08:14PM -0800, Felix Morley Finch wrote:
> Q 1: Does anyone have experience with Postgres in a threaded program?
I have done a bit of this under BeOS (where each window gets
its own event loop and thread). My first program turned out to have
problems in my ini
I've been running various versions of Postgres for several years now,
including one prototype web site for a customer. I currently run
6.3.2 at home, and will upgrade to 6.4.2, but I have some questions.
I am programming on Linux 2.0, libc6, in C.
I am writing a server application to sit betwee