On Dec 17, 2007 1:30 AM, Krystian <[EMAIL PROTECTED]> 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

Reply via email to