PDA

View Full Version : CRON jobs


krycek
11-04-2002, 04:51 PM
Um, wtf is a CRON job???!!! :confused:

As far as I can tell, it is some kind of self-running script that sits on the server......

...in which case I need to know how to make one!

Um, what language are they in, how do I make one, are they platform-specific, why are they called CRON jobs... thinking about it, does anyone know a good introduction to them anywhere on the web?

Cheers people! :D

::] krycek [::

Spookster
11-04-2002, 04:52 PM
This doesn't belong in the PHP forum. Ill move you to the other server side language issue forum...

krycek
11-04-2002, 05:01 PM
:o oooops! Sorry! :o

::] krycek [::

bcarl314
11-04-2002, 05:50 PM
My understanding is that CRON jobs are nothing more than shell scripts that are scheduled to execute by the OS. Might be wrong. If you know awk, you should be able to write a CRON job, getting it to run may be a diffent beast tho.

fivesidecube
11-08-2002, 12:39 PM
CRON is a scheduling service on Unix. The actaul process in normally launched at boot time and it monitors a table of tasks. It's possible to configure a task to execute every time period. This can be configured for every minute, hour, day.

I've found a tutorial here (http://www.superscripts.com/tutorial/crontab.html) that explains cron.

Feyd
11-08-2002, 10:30 PM
http://www.codingforums.com/ubb/Forum5/HTML/004755.html