Site Architecture/Maintainence Ideas ?
Posted: Sat Jun 18, 2005 11:18 am
Hi guys,
My site will consist of several pages, all of which need to be updated every (say) four hours. The pages will consist of (say) 100 links, randomly generated.
It would really be easier for me to use a flat file for the link database; that file may contain 5,000 URLs. I would have a file for each category (each page).
The script will simply take (say) 100 random links from the flat file and create the HTML file for each page.
The only problems I see are:
1) the link database files can get rather large
2) writing the new HTML file while a lot of people are hitting the page
What do you guys think ? Did I miss anything ? Will it work ?
Thank you,
Robert
My site will consist of several pages, all of which need to be updated every (say) four hours. The pages will consist of (say) 100 links, randomly generated.
It would really be easier for me to use a flat file for the link database; that file may contain 5,000 URLs. I would have a file for each category (each page).
The script will simply take (say) 100 random links from the flat file and create the HTML file for each page.
The only problems I see are:
1) the link database files can get rather large
2) writing the new HTML file while a lot of people are hitting the page
What do you guys think ? Did I miss anything ? Will it work ?
Thank you,
Robert