• Email
  • Favorite
  • Download
  • Embed
  • Private Content

Loading…

Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.

Caching with Memcached and APC

by Ben Ramsey on May 21, 2010

  • 11,072 views

Today's high-traffic web sites must implement performance-boosting measures that reduce data processing and reduce load on the database, while increasing the speed of content delivery. One such method ...

Today's high-traffic web sites must implement performance-boosting measures that reduce data processing and reduce load on the database, while increasing the speed of content delivery. One such method is the use of a cache to temporarily store whole pages, database recordsets, large objects, and sessions. While many caching mechanisms exist, memcached provides one of the fastest and easiest-to-use caching servers. Coupling memcached with the alternative PHP cache (APC) can greatly improve performance by reducing data processing time. In this talk, Ben Ramsey covers memcached and the pecl/memcached and pecl/apc extensions for PHP, exploring caching strategies, a variety of configuration options to fine-tune your caching solution, and discusses when it may be appropriate to use memcached vs. APC to cache objects or data.

Accessibility

Categories

Tags

php memcached apc cache caching apc php apc memcache php cache memcached performance

More...

Upload Details

Uploaded via SlideShare as Adobe PDF

Usage Rights

© All Rights Reserved

Flagged as inappropriate Flag as inappropriate
Flag as inappropriate

Select your reason for flagging this presentation as inappropriate. If needed, use the feedback form to let us know more details.

Cancel

11 Embeds 433

http://iroylabs.blogspot.com 234
http://www.slideshare.net 95
http://www.twinsky.com 69
http://learn.codelesson.com 14
http://twinsky.com 7
http://iroylabs.blogspot.in 7
http://a0.twimg.com 2
http://iroylabs.blogspot.com.br 2
http://linyo.ws 1
http://iroylabs.blogspot.com.es 1
http://iroylabs.blogspot.co.uk 1

More...

Statistics

Favorites
10
Downloads
238
Comments
1
Embed Views
433
Views on SlideShare
10,639
Total Views
11,072

11 of 1 previous next

  • lyrixx Pineau at Pineau Yes, you can use more than 1mb for values :
    http://code.google.com/p/memcached/wiki/FAQ#What_is_the_maximum_data_size_you_can_store?_%281_megabyte%29
    1 year ago Reply
    Are you sure you want to Yes No
Post Comment
Edit your comment Cancel

Caching with Memcached and APC — Presentation Transcript