Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
DynamoDB Applied Design Patterns

You're reading from   DynamoDB Applied Design Patterns Apply efficient DynamoDB design patterns for high performance of applications

Arrow left icon
Product type Paperback
Published in Sep 2014
Publisher
ISBN-13 9781783551897
Length 202 pages
Edition 1st Edition
Arrow right icon
Author (1):
Arrow left icon
Uchit Hamendra Vyas Uchit Hamendra Vyas
Author Profile Icon Uchit Hamendra Vyas
Uchit Hamendra Vyas
Arrow right icon
View More author details
Toc

Distributed locking


To demonstrate the idea of distributed locking, let us relate it to something that programmers use commonly to share it among your project team. Consider Team Foundation Server (TFS) or SVN (Apache Subversion), which we commonly use to manage the team's program code. If you don't get what we are talking about, please refer to http://en.wikipedia.org/wiki/Apache_Subversion. In both these pieces of software, any number of permitted team members can read a code and download the latest code to his/her local machine and start editing. After editing the program, one programmer synchronizes his/her program with the SVN repository. What this means is that all other programmers are making changes to the obsolete program. So, if any other programmer tries to commit his/her code, SVN issues a warning and will not permit the user to do so.

As far as DynamoDB is concerned, why do we need distributed locking? It's because, once we start using the DynamoDB table, everything is fine...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image