Just say I have a file configuration.xml that a php script needs to parse in order to function.
I have a single web client connected to the server(which is actually a 400MHz ARM machine running linux) that will be requesting the php page very often. How do I avoid re-opening the configuration.xml file and parsing it every time the php page is requested?
Is there a way to cache this data some how with php?
Please, do not criticize using this machine as a web server. It's soul purpose is not as a web server, but there is a very good reason I am using it as such...