Committed By: bradfitz
Date: Thu May 22 10:40:30 UTC 2003
Modified Files:
---------------
livejournal/cgi-bin: ljlang.pl ljlib.pl
livejournal/cgi-bin/LJ: Cache.pm
Added Files:
------------
livejournal/bin: memcached.pl
livejournal/cgi-bin/LJ: MemCache.pm
Log Message:
------------
Distributed memory caching daemon and LJ APIs.
Only used for translation strings now, but that's not really the point
at all... just did it as a test. This can be used to cache huge things.
To generate a diff of this commit:
cvs rdiff -r0 -r1.1 livejournal/bin/memcached.pl
http://cvs.livejournal.org/browse.cgi/livejournal/bin/memcached.pl.diff?r1=0&r2=1.1
cvs rdiff -r1.21 -r1.22 livejournal/cgi-bin/ljlang.pl
http://cvs.livejournal.org/browse.cgi/livejournal/cgi-bin/ljlang.pl.diff?r1=1.21&r2=1.22
cvs rdiff -r1.398 -r1.399 livejournal/cgi-bin/ljlib.pl
http://cvs.livejournal.org/browse.cgi/livejournal/cgi-bin/ljlib.pl.diff?r1=1.398&r2=1.399
cvs rdiff -r1.1 -r1.2 livejournal/cgi-bin/LJ/Cache.pm
http://cvs.livejournal.org/browse.cgi/livejournal/cgi-bin/LJ/Cache.pm.diff?r1=1.1&r2=1.2
cvs rdiff -r0 -r1.1 livejournal/cgi-bin/LJ/MemCache.pm
http://cvs.livejournal.org/browse.cgi/livejournal/cgi-bin/LJ/MemCache.pm.diff?r1=0&r2=1.1