What, exactly, is a cron job? A PHP script that runs server side, nonstop?
What's a cron job?
Collapse
This topic is closed.
X
X
-
Chopstick HeadTags: None -
TheReckter -
Jerry Stuckle
Re: What's a cron job?
Chopstick Head wrote:ANY program or script which is run on a scheduled basis under Linux. InWhat, exactly, is a cron job? A PHP script that runs server side, nonstop?
>
>
Windows they are known as Scheduled Tasks.
--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attgl obal.net
=============== ===
Comment
-
Chopstick HeadComment
-
TheReckter -
Chopstick Head
Re: What's a cron job?
A cron demon? Oh, no... :-P I used to fiddle around with linux about... 10
years ago. Although, I do want to make a web-browser based game in PHP, but
I need timed events to happen behind the scenes. I haven't actually gotten
into it, I just am doing... research.
Actually it can be program or script (php, shell, perl, whatever) which
is run by the cron daemon periodically. The description of how to do
this is usually in the "man" pages of the Unix system where the cron job
is running.
>
--
DeeDee, don't press that button! DeeDee! NO! Dee...
>
>
>
Comment
-
PDannyD
Re: What's a cron job?
On Sunday 19 November 2006 00:46, Chopstick Head [bite@mybuns.com] wrote in
message <BPN7h.476$tM1. 218@newsread1.n ews.pas.earthli nk.net>
What, exactly, is a cron job? A PHP script that runs server side, nonstop?
Comment
-
Duane Phillips
Re: What's a cron job?
The definition also encompasses a few 3rd party tools that have been made
over the years to duplicate and/or improve upon CRON capabilities... some
specifically for win for those who are not fond of the win scheduler.
I prefer a system service, with job setup in a central database, so that the
app and jobs are more easily ported from one computer to another, with less
setup time. Fail-over is easier to handle this way. But for a single PC
need, cron or scheduler is fine.
Cheers!
~ Duane Phillips.
"Jerry Stuckle" <jstucklex@attg lobal.netwrote in message
news:mOOdnd_0Vu FUMcLYnZ2dnUVZ_ tednZ2d@comcast .com...Chopstick Head wrote:>>What, exactly, is a cron job? A PHP script that runs server side,
>nonstop?
ANY program or script which is run on a scheduled basis under Linux. In
Windows they are known as Scheduled Tasks.
>
--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attgl obal.net
=============== ===
Comment
Comment