Re: [GENERAL] postgres libpq library

1999-12-03 Thread Peter Eisentraut
On 1999-12-02, ^chewie mentioned: > > > server. I was wondering if the library is instead thread safe (i.e.: > > > if it can be safely called from multi-threaded applications). > > > > That's a definite no. > > You know. I, for one, have a little bit of free time I could donate to > contributi

Re: [GENERAL] postgres libpq library

1999-12-02 Thread ^chewie
On Thu, 2 Dec 1999, Peter Eisentraut wrote: > > I guess that the postgres it-self is not designated as a multi-threaded > > server. I was wondering if the library is instead thread safe (i.e.: > > if it can be safely called from multi-threaded applications). > > That's a definite no. > > I'm no

Re: [GENERAL] postgres libpq library

1999-12-02 Thread Peter Eisentraut
On Wed, 1 Dec 1999, Massimo Pichini wrote: > I guess that the postgres it-self is not designated as a multi-threaded > server. I was wondering if the library is instead thread safe (i.e.: if > it can be safely called from multi-threaded applications). That's a definite no. I'm not even sure if

[GENERAL] postgres libpq library

1999-12-01 Thread Massimo Pichini
Hi all, I guess that the postgres it-self is not designated as a multi-threaded server. I was wondering if the library is instead thread safe (i.e.: if it can be safely called from multi-threaded applications). Thanks in advance Massimo