Interesting that i did not think of that one =)

-----Original Message-----
From: On Behalf Of Ryan
Sent: None
Subject: Re: CRON & CFSCHEDULE


Return-Path: <[EMAIL PROTECTED]>
Received: from www.houseoffusion.com (www.houseoffusion.com
[207.31.122.140])
        by aeps2.aeps.com (8.8.7/8.8.7) with ESMTP id RAA06481;
        Mon, 18 Dec 2000 17:05:39 -0500
Received: from houseoffusion.com ([207.31.122.140])
          by www.houseoffusion.com (Post.Office MTA v3.5.3 release 223
          ID# 0-54969U100L100S0V35) with ESMTP id com
          for <[EMAIL PROTECTED]>;
          Mon, 18 Dec 2000 16:22:11 -0500
Date: Mon, 18 Dec 2000 15:12:00 -0600
From: Ryan <[EMAIL PROTECTED]>
Message-id: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
Subject: Re: CRON & CFSCHEDULE
Reply-To: [EMAIL PROTECTED]
To: CF-Talk <[EMAIL PROTECTED]>
Content-Type: text/plain

At 16:01 12/18/00 -0500, you wrote:
>Ok i know that there have been fixs to make CFSCHEDULE more reliable in
>4.5.2 (or was it 5.0)
>but is it stable enough now? or should i do this in the cron (Linux version
>using)
>And if i want to do it in the cron does anyone have experience with making
>CF pages run from the cron? i am putting it through the thought process and
>i cant seem to figure out how using cron would get the CF pages to process.
>
>Thanks!

To run simple page request jobs from cron you can just use lynx:
01 * * * * nobody lynx http://www.url.com/xyz > /dev/null
This would run every hour as the user 'nobody' and request the
specified URL and direct any output to the bit bucket.

If you need to provide a username/password to access the page you
are trying to request I think you can specify that with lynx, too,
on the command line.

RPS
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to