To speed up the loading of key pages which don't change that often, like the main page of my website, I started using fwrite and cron to create the html.
My question is what would happen if a user tried to access the page at the exact moment that cron was running the script that would overwrite the index.htm file with the new one? Is this something I need to worry about?
Thanks,
Doug