Memcached PHP Sessions

Reinis Rozitis roze at roze.lv
Mon Feb 5 17:54:44 UTC 2007


> Filesystem handling 100k files (or 4mil on our case) - pain in the ass
even its tmpfs you end up wasting much space (because of the blocksizes).

Besides you will have to use external old session cleaner (which of course
is quite simple 'find -mtime -exec rm' but still), because you dont really
want let the php inbuilt garbage collector start operating :)

rr



More information about the memcached mailing list