Thanks to a cron PHP process, some temporary files are created and then renamed (with rename()) so as to replace files that users access.
Is it possible that a user requests a page while it's being replaced by renaming, and there is no file ? Is there such an "in-between time" (even very small) ?