I need to do some job for example every Monday and Sunday at 7 o’clock. I’ve written web service, that can do this job, but I don’t know how to execute this web service at required time. Could anybody help me?
P.S. I use Mono and mod_mono on Mac OS X.
In windows, you would normally create a console based application to call the web service and it would be added to the Task Scheduler.
For Mac OS X, you could try doing something similar and using cron. Check out this post.