Welcome to MSDN Blogs Sign in | Join | Help

Scalability Notes

[Read -> Think -> Write]

June 2009 - Posts

Implementing Consistency - Protocols for Data Replication and Cache Coherence
Various concrete consistency models have been described in [1], now it's time to discuss how to implement these models. Consistency semantic is divided into two categories in [1] - "Coherence and Replication are very similar concepts and deal with the Read More...
Consistency Model - A Survey
Part I - What's Data Consistency Model and Why Should We Care? Data Consistency Model - it is a Semantic Contract between a data storage system and its user. Here, data storage system may refer to hardware system ( for example : memory sub-system inDSM, Read More...
Scalable I/O Models - In Sync & Async Way
I. What's Sync & Async I/O The concepts - " Asynchronous and Synchronous " come from the telecommunication domain. They mainly deal with timing - "Sync communication needs an external clock signal to coordinate the rhythm of sending/receiving sides, Read More...
Page view tracker