Search icon CANCEL
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Amazon SimpleDB Developer Guide

You're reading from  Amazon SimpleDB Developer Guide

Product type Book
Published in Jun 2010
Publisher Packt
ISBN-13 9781847197344
Pages 252 pages
Edition 1st Edition
Languages

Table of Contents (16) Chapters

Amazon SimpleDB Developer Guide
Credits
Foreword
About the Authors
About the Reviewers
1. Preface
1. Getting to Know SimpleDB 2. Getting Started with SimpleDB 3. SimpleDB versus RDBMS 4. The SimpleDB Data Model 5. Data Types 6. Querying 7. Storing Data on S3 8. Tuning and Usage Costs 9. Caching 10. Parallel Processing

Concurrency and SimpleDB


The power of SimpleDB becomes truly apparent when you start taking advantage of the support for concurrency by writing multithreaded programs for interacting with it. You can choose the SimpleDB operation that you like—inserting items, deleting items, updating items, and easily scale it up using boto and the parallelization techniques that we looked at in this chapter.

There are some things that you really need to be aware of when using concurrency with SimpleDB:

  • If you make a large number of concurrent SimpleDB calls, it can sometimes result in Service Unavailable (503) responses from SimpleDB. Your application must be aware of this fact and handle this by retrying the request with an exponential back-off.

  • Here is a blog post that argues a position opposite from the above and makes a good case why using exponential back-off is not a good strategy when performing concurrent operations on SimpleDB— http://www.daemonology.net/blog/2008-06-29-high-performance-simpledb...

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 €14.99/month. Cancel anytime}