hello:
I desperately need a way to do the following:
I have an asp script that takes all the servers (80+) on the network (from a SQL table) and returns the disk space information. This all works fine, BUT, IT IS TOO DARN SLOW – takes about 2-3 mins to load. This page shows a warning symbol if disk space on a certain Server is > 90%
So, what I would like to do is somewhere, someway, in the background, refresh its content say every few minutes, output results to another HTML file,and make this file available on line where the user would hit this page, and if open will be updated every few minutes as well…..
Any ideas, hints, code, etc. will be accepted and appreciated TIA!!