Search icon CANCEL
Subscription
0
Cart icon
Cart
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
Arrow up icon
GO TO TOP
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
Toc

Table of Contents (16) Chapters close

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

Installing memcached client


We need a client library to connect to the memcached server and store and retrieve data. In this section we will install memcached clients for Java, PHP, and Python.

Memcached client in Java

The best available client in Java is named java_memcached, and was created by Greg Whalin. It is currently hosted on GitHub at http://github.com/gwhalin/Memcached-Java-Client. Download the latest version of this library from http://github.com/gwhalin/Memcached-Java-Client/downloads. The most current version at the time of writing this chapter is 2.5.0. Unzip the distribution to the directory of choice. Copy the JAR file named java_memcached-release_2.5.0.jar to a folder that is on your classpath. You are now ready to start using this library to interact with our memcached server.

Memcached client in PHP

There are two available clients in PHP: pecl/memcache (http://pecl.php.net/package/memcache) and pecl/memcached (http://pecl.php.net/package/memcached). The first, pecl/memcache...

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 $15.99/month. Cancel anytime}