CommunityNews

CommunityNews

Fault Tolerance in Tandem Computer Systems (1986)[pdf]

Tandem builds single-fault-tolerant computer systems. At the hardware level, the system
is designed as a loosely coupled multi-processor with fail-fast modules connected via
dual paths. It is designed for online diagnosis and maintenance. A range of CPUs may
be inter-connected via a hierarchical fault-tolerant local network. A variety of
peripherals needed for online transaction processing are attached via dual ported
controllers. A novel disc subsystem allows a choice between low cost-per-megabyte and
low cost-per-access. System software provides processes and messages as the basic
structuring mechanism. Processes provide software modularity and fault isolation.
Process pairs tolerate hardware and transient software failures. Applications are
structured as requesting processes making remote procedure calls to server processes.
Process server classes utilize multi-processors. The resulting process abstractions
provide a distributed system which can utilize thousands of processors. High-level
networking protocols such as SNA, OSI, and a proprietary network are built atop this
base. A relational database provides distributed data and distributed transactions. An
application generator allows users to develop fault-tolerant applications as though the
system were a conventional computer. The resulting system has price/performance
competitive with conventional systems.

Read in full here:

This thread was posted by one of our members via one of our news source trackers.

Popular General Dev topics Top

New
First poster: bot
Last night I re-read this Steve Yegge article about learning to type as a programmer. I can touch type, but I don’t usually manage to bre...
New
New
CommunityNews
…or, “why make programming even harder?” Learning functional programming is an opportunity to discover a new way to represent programs, t...
New
First poster: Maartz
Apple’s taken the joy out of its Books app with iOS 16. The lovely page flip is gone.
New
First poster: mikhailgrib
Let’s build GPT: from scratch, in code, spelled out… We build a Generatively Pretrained Transformer (GPT), following the paper “Attentio...
New
First poster: peterchancc
Why I like Clojure as a solo developer | Biff. Most of the reasons fall into a few categories: data orientation, the JVM, and the REPL.
New
First poster: AstonJ
On the benefits of learning in public. Learning in public helps me grow as an engineer and seems to benefit others too. Here’s why I sho...
New
First poster: alvinkatojr
Over the last decade, we’ve seen great advancements in distributed systems, but the way we program them has seen few fundamental improvem...
New
First poster: dyowee
olmOCR is an open-source tool for converting PDFs to text with high accuracy, preserving reading order and supporting tables, equations, ...
New

Other popular topics Top

AstonJ
If it’s a mechanical keyboard, which switches do you have? Would you recommend it? Why? What will your next keyboard be? Pics always w...
New
axelson
I’ve been really enjoying obsidian.md: It is very snappy (even though it is based on Electron). I love that it is all local by defaul...
New
siddhant3030
I’m thinking of buying a monitor that I can rotate to use as a vertical monitor? Also, I want to know if someone is using it for program...
New
dasdom
No chair. I have a standing desk. This post was split into a dedicated thread from our thread about chairs :slight_smile:
New
Exadra37
On modern versions of macOS, you simply can’t power on your computer, launch a text editor or eBook reader, and write or read, without a ...
New
AstonJ
If you are experiencing Rails console using 100% CPU on your dev machine, then updating your development and test gems might fix the issu...
New
AstonJ
Seems like a lot of people caught it - just wondered whether any of you did? As far as I know I didn’t, but it wouldn’t surprise me if I...
New
foxtrottwist
A few weeks ago I started using Warp a terminal written in rust. Though in it’s current state of development there are a few caveats (tab...
New
mafinar
This is going to be a long an frequently posted thread. While talking to a friend of mine who has taken data structure and algorithm cou...
New
New