thread-safe libpq and DBD::Pg

Goran Thyni <goran@bildbasen.se>

From: Goran Thyni <goran@bildbasen.se>
To: pgsql-interfaces@postgresql.org
Cc: PostgreSQL-development <hackers@postgresql.org>
Date: 1998-08-07T18:19:38Z
Lists: pgsql-hackers
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