Hey Folks;

I'm working on a few improvements to the cacherouter module. Namely the ability to also handle sessions in addition to regular cache tables. What it does is save sessions data via cacherouter and user data is also saved in cacherouter to make for faster user reads and user object builds for the cacherouter sessions store.

I have this working very well with memcache, and have also modified the cacherouter stats module so that it can detect memcache servers that are not 'default'.

I should have this ready in a patch in a few days. My test site is able to load admin pages in 60ms (+/-20ms) and uses about 6MB of RAM to load a page. Normal SQL query times are now under 10ms (often devel reports them as 0).

Do folks have thoughts, needs, desires regarding how this should work?