want to join us? register, it's easy | help

browse by tag: memcached

sort by

newest, oldest, most popular


category icon

Storing Sessions in Memcache (how everything behaves)

in PHP added by goodphptutorials, on 14/7/2009 memcache session

I’ve been using memcached to store session data for the past while, but we ran into a few problems at work that led me to dive in a bit deeper and see how PHP, Sessions, and memcached play along.

comment save report
category icon

Getting Started with Memcached

in PHP added by CalEvans, on 21/2/2009 cache memcached

Memcache is a tool which can cache objects in memory – and is often used for speeding up dynamic web applications. PHP has a built-in module for working with memcache, and its a simple and convenient way of introducing caching to your application.

1 comment save report