I'm running mod_python under Apache. If I've understood correctly, each Apache process runs its own Python interpreter.
What would be the best way to share a tiny amount of data across all the processes? I'm talking about just a few hundred bytes here, making something database based completely overkill.