I have this Perl script for monitoring a folder in Linux. To continuously check for any updates to the directory, I have a while loop that s开发者_StackOverflow中文版leeps for 5 minutes in-between su
I\'m working on a site that generates a dynamic image based on data from another site. The problem is that loading the data from the other site ever t开发者_运维知识库ime the image is accessed is slow
I have a开发者_JAVA技巧 cronjob that executes every second minute that usually runs in seconds, but sometimes for several minutes.
I would like to schedule a cron task to run every hour, but only from Thursday through Monday.Is a schedule like this possible?From the documentation, it looks like I can schedule a cron task to run a
How can I store variables in my crontab? I realize it\'s not shell but say I want to have so开发者_如何学编程me constants like a path to my app or something?In Vixie cron, which is possibly the most c
I\'m in charge of a printer, so I wrote a script which runs every 5 开发者_开发问答minutes and figures out if the printer has paper. If it doesn\'t, the script will text me.The problem is, if I\'m bus
I want a开发者_开发百科 cron expression that represents 6th September 2010 6:00 amOriginal question was tagged cron so this first section applies to that. See below for an updated answer for the Quart
I am developing an Email client using Java Mail API. Now, to regularly check for New Mails, I want to call a page \"Synchronize_update.jsp\"
Hello fellow computer people :) I have a shell script that I will use as a watchdog timer. It checks to see if my other \'main\' program is running. If it is not, it restarts it.
I have a few scripts that need to run concurrently as separate processes. My plan is to have a cron job that executes multip开发者_如何学运维le instances of these scripts at a set interval. Is this a