Re: thread safety - Mailing list pgsql-hackers

From Philip Yarra
Subject Re: thread safety
Date
Msg-id 200309021346.24151.philip@utiba.com
Whole thread Raw
In response to thread safety  ("Mendola Gaetano" <mendola@bigfoot.com>)
List pgsql-hackers
On Tue, 2 Sep 2003 03:06 am, Mendola Gaetano wrote:
> May be I'm wrong but I'd like know why thread safety was so
> necessary.

It bugged Lee enough that he went and wrote a patch for it. It bugged me
enough that I couldn't use it on our choice of platform (older Linux) that I
did some little fixes for that. I worked on what I needed.

If you need a justification for ECPG threading support: people porting from
Sybase/Informix/Oracle would probably expect ECPG to support threads, and
will get a nasty surprise when their ported application abruptly dies. I
expected it to "just work" and was unpleasantly surprised when it didn't.

Best Regards, Philip Yarra.


pgsql-hackers by date:

Previous
From: "Marc G. Fournier"
Date:
Subject: Re: PG7.5
Next
From: Bruce Momjian
Date:
Subject: Re: TCP/IP with 7.4 beta2 broken?