I need some feedback on what is the best way to do what I want to do, allow me to situate. I have a huge database which receives new inputs constantly. Now I need to have an excel file which shows al
This app must perform connection to a web service, grab data, save it in the database. Every hour 24/7.
I am using Windows server 2003, IIS6, php and mysql. I have a problem setting the cronjob using built in schedule task feature in Windows OS.
I thought I had set up a successful schedule in Windows to run a PHP script. But all I got was an error whic开发者_Python百科h slaps only when run through the task scheduler.
We\'re trying to build a dashboard for our cron jobs ---- CF, Java, SQLServer, etc. so that we can see when things were run last, what the result was, and when they\'re 开发者_JAVA技巧scheduled to run
To c开发者_JAVA百科reate a scheduled class, I call the schtasks command from my code, passing it the necessary arguments. Yet, I can\'t really figure out how to create a task without the user having t
I need to implement a windows service that performs database import, and that once a month. The program receives data via e-mail, and will import them at t开发者_运维知识库he end of each month.
I\'m using Google AppEngine and the deferred library, with the Mapper class, as described here (with some improvements as in here). In some itera开发者_JS百科tions of the mapper I get the following er
This question already has answers here: How to run a background task in a servlet based web application?
Is there anyway to setup simple task s开发者_Python百科cheduling inside of a rails app? There are pieces of code that I want to run every hour, or every day or every week. I don\'t want to break them