Concurrent free-lock

From: Pailloncy Jean-Gerard <jg(at)rilk(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Concurrent free-lock
Date: 2005-01-24 10:18:24
Message-ID: 4815AED2-6DF1-11D9-BCF9-000A95DE2550@rilk.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I read recently a paper
Keir Fraser & Tim Harris, Concurrent Programing without Locks, ACM
Journal Name, vol V, n° N, M 20YY, Page 1-48

About algorithm to manage structure (exemple about red-black tree, skip
list) with dead-lock free property, parallel read, etc.

Does this have been studied for PostgreSQL ?
There is surely some good idea in it.

Cordialement,
Jean-Gérard Pailloncy

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Manfred Koizar 2005-01-24 11:12:24 Re: Autotuning Group Commit
Previous Message Arnold.Zhu 2005-01-24 10:03:39 Re: can plpgsql returns more flexibe value ?