Re: threads stuff/UnixWare

Поиск
Список
Период
Сортировка
От Larry Rosenman
Тема Re: threads stuff/UnixWare
Дата
Msg-id 6EB127522DBEBD10107C44AB@lerlaptop.lerctr.org
обсуждение исходный текст
Ответ на Re: threads stuff/UnixWare  ("Zeugswetter Andreas SB SD" <ZeugswetterA@spardat.at>)
Ответы Re: threads stuff/UnixWare
Список pgsql-hackers

--On Thursday, May 13, 2004 09:54:02 +0200 Zeugswetter Andreas SB SD
<ZeugswetterA@spardat.at> wrote:

>
>> I know, this sucks, but, I don't see any other way, other than linking
>> *ALL* libpq-using programs (including initdb and friends) with -K
> pthread.
>
> How about making a libpq.so (without pthread) and a thread safe
> libpq_r.so ?
That's against the way this platform does things.  I.E. the only
library is libc.  All the other system supplied libs do the right thing
in the presence or absence of libthread in the image.

I did get a note from my SCO contacts that they are looking into how
to make it easier for stuff to be threads ready, but I don't expect
that to be ready for 7.5 release.

The -Kpthread on all libpq using programs is the easiest way FOR NOW.

Thanks,
LER

>
> Andreas



--
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 по дате отправления:

Предыдущее
От: "Ken Ashcraft"
Дата:
Сообщение: Re: Probably security hole in postgresql-7.4.1
Следующее
От: Chris Bowlby
Дата:
Сообщение: dead index nodes...