English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I want to apply schedular so that my page runs after 1 day and the data should be updated when the page runs.Tell me Which technology should i use and give me some tips about it.

2006-10-15 20:20:04 · 1 answers · asked by saxena_hemant 2 in Computers & Internet Programming & Design

1 answers

HI, depends what your doing.
* For *unix type systems there is "crontab"
* For windows * type systems there is "Scheduled Tasks"

Those two I mentioned are schedulers for the distinguished operating systems. The links for each one is shown below.

Now, it seems you have some sort of data you wish to update daily. I don't know why type of data this is, but you can program it / script it, in any language you choose. And then you run that application that you created or scripted using crons(linux) or tasks(windows).

Adding a scheduler is very simple. You just pick a date, and include the path of the application you want to run at that date. People usually run VB scripts, Batch Files, or bash scripts..

2006-10-18 00:10:03 · answer #1 · answered by ? 6 · 0 0

fedest.com, questions and answers