2013 - brian stanley - memcached, cached all the things

38
Memcached Cached all the things @BrianStanley95

Upload: php-conference-argentina

Post on 18-Dec-2014

562 views

Category:

Technology


1 download

DESCRIPTION

PHP Conference Argentina 2013

TRANSCRIPT

Page 1: 2013 - Brian Stanley - Memcached, Cached all the things

MemcachedCached all the things

@BrianStanley95

Page 2: 2013 - Brian Stanley - Memcached, Cached all the things

¿Who am I?

● PHP Developer● Systems Engineering

student● Linux Geek● Codeando● Mate tester

Brian Stanley

@BrianStanley95

Page 3: 2013 - Brian Stanley - Memcached, Cached all the things

High traffic servers

@BrianStanley95

Page 4: 2013 - Brian Stanley - Memcached, Cached all the things
Page 5: 2013 - Brian Stanley - Memcached, Cached all the things

What usually use?

●Caching●Clustering●Load Balancing●Etc

Page 6: 2013 - Brian Stanley - Memcached, Cached all the things

CACHING

●Files Systems Cache●Database Cache●Memory based cache

Page 7: 2013 - Brian Stanley - Memcached, Cached all the things

Files System Cache

Page 8: 2013 - Brian Stanley - Memcached, Cached all the things

Database Cache

Page 9: 2013 - Brian Stanley - Memcached, Cached all the things

Memory Based Cache

Page 10: 2013 - Brian Stanley - Memcached, Cached all the things
Page 11: 2013 - Brian Stanley - Memcached, Cached all the things

So...

● Distributed Cache System● Memory Based● Fast access

Page 12: 2013 - Brian Stanley - Memcached, Cached all the things

ISN'T

Page 13: 2013 - Brian Stanley - Memcached, Cached all the things

Nopee....

Database

Page 14: 2013 - Brian Stanley - Memcached, Cached all the things

Backup

Page 15: 2013 - Brian Stanley - Memcached, Cached all the things

La suegra

Page 16: 2013 - Brian Stanley - Memcached, Cached all the things

What Can I store?●XML●Json●Array's●Sessions●etc

Page 17: 2013 - Brian Stanley - Memcached, Cached all the things

Protocol●Storage●Get●Unstructured data

Page 18: 2013 - Brian Stanley - Memcached, Cached all the things

Architecture●Client-Server●Load Balancing●Protocol tcp/udp

Page 19: 2013 - Brian Stanley - Memcached, Cached all the things

●Key=>256B●Value=>1MB

Page 20: 2013 - Brian Stanley - Memcached, Cached all the things
Page 21: 2013 - Brian Stanley - Memcached, Cached all the things

Fast installing

Page 22: 2013 - Brian Stanley - Memcached, Cached all the things
Page 23: 2013 - Brian Stanley - Memcached, Cached all the things
Page 24: 2013 - Brian Stanley - Memcached, Cached all the things
Page 25: 2013 - Brian Stanley - Memcached, Cached all the things
Page 26: 2013 - Brian Stanley - Memcached, Cached all the things
Page 27: 2013 - Brian Stanley - Memcached, Cached all the things

I'ts ready!

Punto caramelo :D

Page 28: 2013 - Brian Stanley - Memcached, Cached all the things
Page 29: 2013 - Brian Stanley - Memcached, Cached all the things
Page 30: 2013 - Brian Stanley - Memcached, Cached all the things

DEMO

Page 31: 2013 - Brian Stanley - Memcached, Cached all the things
Page 32: 2013 - Brian Stanley - Memcached, Cached all the things
Page 33: 2013 - Brian Stanley - Memcached, Cached all the things
Page 34: 2013 - Brian Stanley - Memcached, Cached all the things
Page 35: 2013 - Brian Stanley - Memcached, Cached all the things
Page 36: 2013 - Brian Stanley - Memcached, Cached all the things
Page 37: 2013 - Brian Stanley - Memcached, Cached all the things

THE END?

QUESTIONS?

Thanks :)

@BrianStanley95

about.me/BrianStanley

Page 38: 2013 - Brian Stanley - Memcached, Cached all the things