From: | Randall Jonasz <rjonasz(at)click2net(dot)com> |
---|---|
To: | Hicnar <hicnar(at)wp(dot)pl> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: A libpq++ question. |
Date: | 2001-08-20 22:00:54 |
Message-ID: | Pine.BSF.4.21.0108201757290.80307-100000@nietzsche.jaded.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I know this is late but ...
I've used libpq++ in a couple of multi threaded prjects without a
problem. Just make sure each thread which communicates to the backend has
its own connection, i.e. don't have more than one thread accessing the
same connection at a time.
Cheers,
Randy
Software Engineer
Click2net Inc.
201-1599 Hurontario St.
Mississauga ON
Canada
Everything becomes so easily structured
when you take the C++ approach. But on the
other hand, those who "code first, think later"
probably should stick to C.
On Tue, 14 Aug 2001, Hicnar wrote:
> Hi all,
>
> My question is:
> Is this library thread safe???
> Has anybody ever tried to use objects from this lib in multiple threads???
>
> Regards
> Hicnar
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Andrew Gould | 2001-08-20 22:09:02 | Re: System tables showing in result from '\d' |
Previous Message | Oberpriller, Wade D. | 2001-08-20 21:44:13 | Dynamically discovering field names in PLPGSQL queries |