Re: Using Threads? - Mailing list pgsql-hackers

From Myron Scott
Subject Re: Using Threads?
Date
Msg-id 3A518C9D.4050107@sacadia.com
Whole thread Raw
In response to Re: Using Threads?  (Karel Zak <zakkr@zf.jcu.cz>)
List 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  



pgsql-hackers by date:

Previous
From: Alfred Perlstein
Date:
Subject: Re: Assuming that TAS() will succeed the first time is verboten
Next
From: Larry Rosenman
Date:
Subject: Re: Current Sources/UW7.1.1