Fellow Programmers..
I have written a php script which dynamically produces a web page from a user changeable database.
The problem is the processing time on the server is long, affecting download times to the user.
In order remedy this i had the idea that if we could generate the dynamic part of the web page every couple of minutes or so then the user could then download the most current web page on the server without having to wait for the server to query the database.
Specifically the problem is as follows ..
Is is possible to have a server side script whos function is only to produce a dynamically created static web page on a time schedule which sits on the server until a user requests the most current page that has been created.
In relation to my problem i wish to dynamically create a .js file which contains arrays of information which can the be processed on the client in a html/javascript web page.
I have never seen this problem on the forum so if anybody already has any insights in how this can be implemented that would be nice!
I shall of course look hard at the problem myself, as i have to, so if i have anything further to say on this matter i shall write my thoughts/discoveries to the forum.
kind regards
paul
paulsbooker@btinternet.com