[Solar-talk] Adapter-aware session package
Antti Holvikari
anttih at gmail.com
Sun Nov 11 10:41:46 CST 2007
On 11/11/07, Richard Thomas <lists at cyberlot.net> wrote:
> User space session handlers tend to be slower for a couple reasons
>
> 1. Most people don't take into account session data doesn't change
> every page load, 99% of all user land session handlers I have seen
> read and write every single page load
True, but the memcache adapter I just wrote doesn't allow me to hook
up into the read/write process since it's all happening in the "core"
level. Now, If I write a userland memcache adapter, wouldn't this be
again rather slow? Granted, then I could take a hash of the serialized
data and act based on that...
--
Antti Holvikari
More information about the Solar-talk
mailing list