is libpq thread-safe? - Mailing list pgsql-general

From npat@kmp.forthnet.gr
Subject is libpq thread-safe?
Date
Msg-id 20001214231455.B9739@pink.priv.inaccess.com
Whole thread Raw
Responses Re: is libpq thread-safe?  (Alfred Perlstein <bright@wintelcom.net>)
List pgsql-general
A staight forward question:

   Is "libpq" thread-safe??

And an elaboration:

   I want to write a server that opens-up a number of connections
   to a PostgreSQL database, and then spawns threads handing a connection
   object (PGconn) to each thread, so that all the threads can
   perform data-base operations (queries) simultaneously. Each thread will
   use its own connection object. Will this work??

Tanks
npat.






pgsql-general by date:

Previous
From: "Joel Burton"
Date:
Subject: Re: [HACKERS] How to import/export data from/to an ASCII file?
Next
From: Joseph Shraibman
Date:
Subject: Re: Re: Help!Can't connect Postgresql JDBC driver