does anyone know of a generic way to store sql-select-result (or as HASH on hdd) on the web server (system-wide, not session-wide) so that I can reuse it.
I'm talking for small result set.
I just want to store web configuration and some other small pieces on the web-server, instead of making the roadtrip to the DB.
As further question, if I have several web servers I will need to store some timestamp on the DB server, so that the other web server can recognize when change has been made, so that it can sync itself with the changes..