FreeBSD/i386 thread test

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема FreeBSD/i386 thread test
Дата
Msg-id 035901c375c0$e84718d0$2800a8c0@mars
обсуждение исходный текст
Ответ на Re: Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...)  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: FreeBSD/i386 thread test  (Bruce Momjian <pgman@candle.pha.pa.us>)
Need NetBSD thread tester  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
FreeBSD 4.8/i386:

Your gethostbyname() is _not_ thread-safe
Your getpwuid() is _not_ thread-safe
Your functions are _not_ all thread-safe

Chris

----- Original Message ----- 
From: "Bruce Momjian" <pgman@candle.pha.pa.us>
To: "Kurt Roeckx" <Q@ping.be>
Cc: <pgsql-hackers@postgresql.org>
Sent: Thursday, September 04, 2003 6:07 AM
Subject: Re: [HACKERS] Unixware Patch (Was: Re: Beta2 Tag'd and Bundled ...)


> Kurt Roeckx wrote:
> > On Wed, Sep 03, 2003 at 03:36:53PM -0400, Bruce Momjian wrote:
> > >
> > > I would like every operating system that supports thread-safety to run
> > > this program and report back the results.
> >
> > On a Linux system with glibc 2.1:
> > Your gethostbyname() is _not_ thread-safe
> > Your getpwuid() is _not_ thread-safe
> > Your functions are _not_ all thread-safe
> >
> >
> > >From a Linux system with libc5:
> > Your gethostbyname() is _not_ thread-safe
> > Your getpwuid() is _not_ thread-safe
> > Your functions are _not_ all thread-safe
>
> Thanks.
>
> -- 
>   Bruce Momjian                        |  http://candle.pha.pa.us
>   pgman@candle.pha.pa.us               |  (610) 359-1001
>   +  If your life is a hard drive,     |  13 Roberts Road
>   +  Christ can be your backup.        |  Newtown Square, Pennsylvania
19073
>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Don't 'kill -9' the postmaster
>



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

Предыдущее
От: Larry Douzie
Дата:
Сообщение: Re: row level lock and table level locks
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: FreeBSD/i386 thread test