thread-safe libpq and DBD::Pg - Mailing list pgsql-interfaces

From Goran Thyni
Subject thread-safe libpq and DBD::Pg
Date
Msg-id 35CB453A.3646F3B6@bildbasen.se
Whole thread Raw
Responses Re: [HACKERS] thread-safe libpq and DBD::Pg  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-interfaces
When experimenting with    threaded perl
I noticed I had to lock access to the database
a one user at the time in order get reliable (no SEGV).

Unfortunely it is 3 layer between my server and the wire,
DBI, DBD::Pg och libpq.
Thinking I would start from the bottom:
Has anyone any experience of the thread-safeness of libpq?

    have a good weekend,

        Göran

pgsql-interfaces by date:

Previous
From: "Ulrich Voss"
Date:
Subject: Re: [INTERFACES] DBF2PG
Next
From: Brook Milligan
Date:
Subject: Re: [INTERFACES] DBF2PG