Hi .
I can open a file and read it and save it into the local variable but , I WANT TO OPEN AND READ MY FILE ONLY ONCE
and after that one time , i have my file and use it for many times .
simple :
i don't want more I/O operations on my serevr . So i want to get file once and use it for every request , with out getting file again .
(just like cache).
Thanks .