Description of Read-Copy-Update by Steven Rostedt

From http://lwn.net/Articles/545752/

< system in single state : everyone sees cat == alive >

	insert_into_box(cat);

	< system in dual state : new calls see cat == dead, but
	  current calls see cat == alive >

	open_box();

	< system is back to single state: everyone sees cat = dead >

	funeral(cat);

Wondering if I can reuse this to describe “Eventual Consistency”. The challenge would be to succinctly describe the

 <system in multiple states>

part I guess.

About gautshen

A jack of many trades of which , Linux Kernel Programming puts food on the table. Also pursuing his PhD in the area Theoretical Computer Science at the Chennai Mathematical Institute. Is an avid reader interested in the Hindu traditions and philosophy. Loves Bicycling and Good Music. Name is Ranjal Gautham Shenoy.
This entry was posted in Uncategorized and tagged , . Bookmark the permalink.

Leave a comment