Libpq reentrance - Mailing list pgsql-interfaces

From Mihnea Balta
Subject Libpq reentrance
Date
Msg-id 200201232045.g0NKjjT09297@p16.pub.ro
Whole thread Raw
List pgsql-interfaces
Sorry if this has been asked before, I've looked through the archives and the 
net and didn't find an answer.

I have a program which connects to the database server, then fork()s several 
children. I want to know if the children may safely use the connection even 
if two of them happen to do a request at the same time, of if I should 
implement some sort of serialization.

Thanks in advance.



pgsql-interfaces by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: ECPG patch: get descriptor did not use "C" locale while
Next
From: Denis Chavez
Date:
Subject: About libpgtcl authentification