Hi,
I am trying to make a cache class that makes url into a static file. When I click 'Cache' button on the backend, it might cause users to see error on their browsers since files do not support lock. Am I correct???
Hi,
I am trying to make a cache class that makes url into a static file. When I click 'Cache' button on the backend, it might cause users to see error on their browsers since files do not support lock. Am I correct???
I'm assuming you're concerned that when a file is in the process of being cached (i.e. being written to) there may be problems with Apache trying to read from the file which may result in Apache returning an error that is subsequently displayed in a browser..
I don't believe you're correct, but this may depend on the operating system and web server being used.
Under Linux + Apache, I've observed the following behaviour: