Provide static nodecache functionality, ie something
which can be shared between running processes. Jay
suggests using Storable and then thawing it. Whatever
happens, it's going to need updates reported to it,
it's going to be quite a bit of work, and it's going to
be annoying to get working in multiple webserver
situations (I'm thinking some kind of custom daemon
running on the db server to which all updates get
reported and which it then passes onto all connected
caches).
Why? Because 119 queries to the version table for a
single pageload is insane (if better than full node
loads), and that's just loading a simple page.
Something local would be much nicer.
Logged In: YES
user_id=2274
I mused about this on use Perl recently. Perrin Harkin had
some good advice:
http://use.perl.org/~chromatic/journal/14050