I think Dave is trying to say that CFSchedule kicks off a CFHTTP request TO
that script which has another complex CFFTP script going on.  That's 2
points of failure (CFHTTP and then CFFTP) versus just automating this via
machine and perhaps setting up a directory watcher to monitor a directory
and do post processing.

On Jan 25, 2008 10:35 AM, Rick Faircloth <[EMAIL PROTECTED]> wrote:

> Thanks for the insight, Dave...
>
> But how would one even use CFFTP if it always depends on
> CFHTTP for functionality?
>
> Also (to Tom, too), I tried to set the timeout in the scheduled
> task to "99999", but that had no effect.
>
> It just seems that if CFFTP is always dependent upon CFHTTP, and
> CFHTTP is always going to have timeout issues, that CFFTP is useless.
> Aren't *all* CF pages dependent upon HTTP?
>
> There has got to be a setting or something that will allow CFFTP
> to function properly.
>
> Rick
>
> > -----Original Message-----
> > From: Dave Watts [mailto:[EMAIL PROTECTED]
> > Sent: Friday, January 25, 2008 10:04 AM
> > To: CF-Talk
> > Subject: RE: Why would I get a cfhttp timeout on this cfftp operation?
> >
> > > I get about 4 MB of a 25 MB file each time then my scheduled
> > > task, whether I let the scheduler run it or manually trigger
> > > the scheduled task, or even if I run the template directly in
> > > the browser, I get an error from the scheduler log that says
> > > I had a cfhttp timeout error.
> > >
> > > Why is cfhttp involved?  Implicitly?
> >
> > Scheduled tasks are run using CFHTTP. I would recommend that you
> consider
> > another way to automate this task. For example, you can automate FTP
> using
> > the operating system scheduler and almost any FTP client.
> >
> > Dave Watts, CTO, Fig Leaf Software
> > http://www.figleaf.com/
> >
> > Fig Leaf Software provides the highest caliber vendor-authorized
> > instruction at our training centers in Washington DC, Atlanta,
> > Chicago, Baltimore, Northern Virginia, or on-site at your location.
> > Visit http://training.figleaf.com/ for more information!
> >
> >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;160198600;22374440;w

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:297428
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to