Re: Using Threads?

From: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
To: Myron Scott <mscott(at)sacadia(dot)com>
Cc: "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Using Threads?
Date: 2001-01-02 07:58:07
Message-ID: Pine.LNX.3.96.1010102085616.8706C-100000@ara.zf.jcu.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-01-02 07:59:20 Re: Assuming that TAS() will succeed the first time is verboten
Previous Message Tom Lane 2001-01-02 07:47:31 Re: [patch] src/include/storage/s_lock.h