Name: Anonymous 2013-12-22 11:35
For persistent web applications, is it recommended to store hardly changing values in build-in variables? Should I set up a memory database (such as Redis) to store those values? Or a memory cache?
For example: configuration files will hardly change, and if they do, it's because you did it manually. Any thoughts?
For example: configuration files will hardly change, and if they do, it's because you did it manually. Any thoughts?