[cvs] commit: horde/config conf.xml horde/docs CHANGES framework/SessionHandler package.xml framework/SessionHandler/SessionHandler memcache_mysql.php
Michael M Slusarz
slusarz at horde.org
Fri Oct 19 07:23:37 UTC 2007
slusarz 2007-10-19 03:23:37 EDT
Modified files:
config conf.xml
docs CHANGES
SessionHandler package.xml
Removed files:
SessionHandler/SessionHandler memcache_mysql.php
Log:
It makes no sense to have a DB-backed memcache session handler. Since session
data changes after every page load, we have to do a DB write every page load.
Thus, we gain nothing by using memcache as a go-between (any gain we get
from initially loading the data via memcache is offset by the fact we have
to do 2 network writes at the end of every page).
Revision Changes Path
1.2 +0 -248 framework/SessionHandler/SessionHandler/Attic/memcache_mysql.php (dead)
1.24 +0 -2 framework/SessionHandler/package.xml
1.203 +1 -37 horde/config/conf.xml
1.983 +0 -2 horde/docs/CHANGES
Chora Links:
http://cvs.horde.org/co.php/framework/SessionHandler/SessionHandler/Attic/memcache_mysql.php?r=1.1
http://cvs.horde.org/diff.php/framework/SessionHandler/package.xml?r1=1.23&r2=1.24&ty=u
http://cvs.horde.org/diff.php/horde/config/conf.xml?r1=1.202&r2=1.203&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?r1=1.982&r2=1.983&ty=u
More information about the cvs
mailing list