guitardave78
Programmer
What would you think is best out of these situations.
I have a page that is pretty sql heavy.
At the moment I have set up a caching routine that will store the output into a couple of application variables and then only query the database for new content after the expiration date.
My idea is to convert this so that it writes a text file and uses it the same way, reads it in using fso or writes the new one if the date of the files is past the expiration date.
Which would be best from an overhead / performance view point?
}...the bane of my life!
I have a page that is pretty sql heavy.
At the moment I have set up a caching routine that will store the output into a couple of application variables and then only query the database for new content after the expiration date.
My idea is to convert this so that it writes a text file and uses it the same way, reads it in using fso or writes the new one if the date of the files is past the expiration date.
Which would be best from an overhead / performance view point?
}...the bane of my life!