randy_belcher Posted January 29, 2004 Posted January 29, 2004 Hello everyone, I have a question that may have no answer, but maybe someone can tell me how to accomplish this. Here's the problem. I want to create a web service that pulls data from a database every 4 or 5 minutes. I want to create a function that will return this information anytime it is requested. This way I reduce the number of hits on the database. Is there anyway to do this? or does the web service have to wait for a request before it can do anything? Thanks for the help. Quote
Administrators PlausiblyDamp Posted January 29, 2004 Administrators Posted January 29, 2004 You may want to have a look at Caching as part of the asp.net framework. see also http://support.microsoft.com/default.aspx?scid=kb;en-us;323290 Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
randy_belcher Posted January 29, 2004 Author Posted January 29, 2004 thank you very much. i believe caching will solve my problem. if not, i am sure i will post again. thanks. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.