Types of registers
- From: "Atreides" <gpekhimenko@xxxxxxxxx>
- Date: 9 Dec 2006 13:14:07 -0800
There are three usual type of registers (shared variables) that are
used in asynchronous systems:
safe, regular and atomic (from the weakiest type to strongest type).
Is anyone know about possibilty to get interprocess communication using
less-than-safe registers? At least satisfy mutual exclusion (no two
process in critical section at the same time).
Less-than-safe means that parallel operations(reads or writes) have
arbitrary result.
.
- Prev by Date: Re: Flow Decomposition
- Next by Date: Re: Regular Tree Grammar vs. Context-Free Grammar
- Previous by thread: using non determinstic TM to prove NP is closed under kleene closure
- Next by thread: AAIM 2007: Submission in 2 weeks (Dec 26th, 2006)
- Index(es):