question about using memcached for shared web hosting

Perrin Harkins perrin at elem.com
Tue Dec 18 17:38:05 UTC 2007


On Dec 17, 2007 1:30 AM, Krystian <krystian at mtiglobal.com> wrote:
> I'm looking for cache software which I can use in Load Balancing web
> servers (especially php sessions).

Remember, memcached is fast but not reliable storage.  If losing
sessions would be a problem for your site, you should not store them
only in memcached.  You could store them in a database and use
memcached to cache them.

- Perrin


More information about the memcached mailing list