Re: Using Threads?

From: Myron Scott <mscott(at)sacadia(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Using Threads?
Date: 2001-01-02 08:09:01
Message-ID: 3A518C9D.4050107@sacadia.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

spinlocks rewritten to mutex_
locktable uses sema_
some cond_ in bufmgr.c

Myron

Karel Zak wrote:

> On Mon, 1 Jan 2001, Myron Scott wrote:
>
>
>> For anyone interested,
>>
>> I have posted my multi-threaded version of PostgreSQL here.
>>
>> http://www.sacadia.com/mtpg.html
>
>
> How you solve locks? Via original IPC or you rewrite it to mutex (etc).
>
> Karel

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2001-01-02 12:36:53 Re: Current Sources/UW7.1.1
Previous Message Alfred Perlstein 2001-01-02 08:02:31 Re: Assuming that TAS() will succeed the first time is verboten