Every once in a while (while dabbling with Django on Dreamhost) I run into the problem that Dreamhost appears to cache my site. I've even canned the db or deleted the settings file to try and provoke an error. But the site ticks on (for a bit anyway), and I want to see results now! damnit...I am after all hacking on the live site instead of my staging server! Talk about living on the edge!
Thwart the so-called caching with a mighty blow to the process itself, it will be restarted at the next request:
killall -USR1 dispatch.fcgi
Thanks to the dreamhosters forum for the tip.
Af
This blog is built on an experimental engine conceived by Aaron Fay. The system used to power this site is running on the awesome Django framework. As the site becomes more complete, and the functionality becomes streamlined, I will reveal more about the inner workings and may also release it open source one day. The most prominent feature at this point is all the different content types use the same model :)
Hmm, another cause that would create the appearance of caching is having 2 of the same site... :) Moving servers...