
Yesterday in the wee ours of the AM, the server had to be temporarily shutdown due to high CPU usage.
Then later in the day, Yahoo Crawler activated the 60-second throttle 3 times (so at least that is working properly).
With the above, I have made more changes. These are significant and "slick" if I do say so myself.
BEFORE:
- Guest clicks on review link that activates the rvwbuild.cgi script
- rvwbuild.cgi would then check the dat file, update file, and shtml file
- If any condition merited it, the shtml file was built
- If no changes, then rvwbuild.cgi jumped to the existing shtml file
The number of links through rvwbuild.cgi were tremendous!!! All searchs, all archives, all reviews (through next and previous). That meant this script was running constantly.
NOW:
- Guest clicks on review link and that takes them to the shtml file PERIOD
All the links from searches, archives, and reviews were changed to directly link to the shtml cached file. FAST FOR YOU... please tell me if you notice the speed.
So how do I update the reviews?
Each time someone adds a flight log, or adjusts it in the Flight Log Management page, adds an opinion or rocket specific tip a notice is added to a "refresh" list.
At midnight, the refresh list is read in and all the files in that list are "rebuilt".






