Can a Python server cache db queries across Apache workers?
I'm trying to speed up the home page of a website that queries the database for a random URL to use as the background image. One thing I have tried is to add a function to the Python code that…