Performing certain operations at certain time on the web server
Posted
by Alex
on Stack Overflow
See other posts from Stack Overflow
or by Alex
Published on 2010-06-12T00:22:53Z
Indexed on
2010/06/12
0:32 UTC
Read the original article
Hit count: 490
web-development
In my web application (ASP.NET MVC), I need to do a certain function (refresh a table with data) every sunday at 12:00 am.
How can I do that?
We meet it everywhere. For example Google Adsense's stats update only every hour or so. How can you set up this interval update?
© Stack Overflow or respective owner