Re: libpq_r

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: libpq_r
Дата
Msg-id 9560000.1059052192@lerlaptop.lerctr.org
обсуждение исходный текст
Ответ на Re: libpq_r  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers

--On Thursday, July 24, 2003 08:52:37 -0400 Bruce Momjian 
<pgman@candle.pha.pa.us> wrote:

> Lee Kindness wrote:
>> Guys, take a look at what was done in libpq to make it
>> thread-safe... No locks! No overheaded - just using "proper" reentrant
>> functions...
>>
>> If we have libpq_r then we're making a complete hash of it all - being
>> reentrant is good, even if you're not using threads!
>>
>> Now, ecpg is another issue...
>>
>
> I think the issue is that using a threaded library to link into libpq
> could have locking stuff.
>
> My guess is that if the OS has separate threaded libs, we have to mimic
> that stuff.
possibly.  On UnixWare, the original executable in the process needs to 
have -K[p]thread
specified to get libthread included.  I'll be adding -D_REENTRANT to the 
libpq build for
UnixWare to make sure that libpq is threadsafe, but doesn't include the 
thread library as
a pre-requisite per input from SCO.

BTW, Bruce, SCO OpenServer does NOT have threads.

LER




-- 
Larry Rosenman                     http://www.lerctr.org/~ler
Phone: +1 972-414-9812                 E-Mail: ler@lerctr.org
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Lee Kindness
Дата:
Сообщение: Re: libpq_r
Следующее
От: "Shridhar Daithankar"
Дата:
Сообщение: Re: