PDA

View Full Version : Seeking alternatives for Crone Jobs.



binarynpixel
07-28-2013, 04:17 PM
Hi
I have a site in PHP on IIS 6 and need some sort of scheduling
functionality for sending emails via php scripts, running scripts on
database etc.
I worked a bit with Crone Jobs for this however I was wondering if there
is something better then that. Site is developed in PHP / MySQL and
running on Windows 2003 with IIS 6.
Any help!

jinderswami
12-31-2018, 07:59 AM
Are There Any Cron Jobs Alternative? - Stack Overflow
https://stackoverflow.com/questions/4662048/are-there-any-cron-jobs-alternative
and thought I'd post it here for anyone still looking for a possible solution. ... from subprocess import call import time while True: call(["php","cron.php"]) ... Cron jobs shouldn't slow the server always. That depends on the job that is run