Are you sure this is the case, this seems very, very strange.

I don't think I've ever needed to schedule a http request on Windows that 
connected to a port other than 80, but I have on linux without any difficulty.

The problems I have experienced with CF scheduling are generally with the 
CFSCHEDULE tag, not ColdFusion scheduling in general. Scheduled tasks added 
using the administrator run fine while tasks added/updated using the tag 
simply don't run (though you can run scheduled tasks using CFSCHEDULE). 
Behaviour is not consistent, or I haven't done enough testing to determine 
a definite pattern, though if I recall correctly, restarting the server did 
result in the scheduled tasks set using CFSCHEUDLE running fine. I can't 
remember whether restarting the CF Executive or CF App Server services had 
the same result. To be honest I don't have time to beta test allaire's 
software. There have been complaints about CFSCHEDULE since v3, and it 
still doesn't work reliably, so I just don't use it.


Mark


At 01:04 PM 3/23/2001, you wrote:
> From past experience with CFSchedule, make sure the
>website/template that is being called
>(ie, http://mywebsite.com/check_this.cfm )
>is not located on an non-standard port.
>
>Meaning the template should be able to be called
>from a normal HTTP Request.
>
>If it is behind an obscure port such as:
>http://mywebsite.com:8088/check_this.cfm
>This will not work.
>
>Hopefully this is addressed in CF 5.0 but not
>the case in 4.01 or 4.5
>
>Hope this helps.
>Randy
>
>-----Original Message-----
>From: Aidan Whitehall [mailto:[EMAIL PROTECTED]]
>Sent: Friday, March 23, 2001 7:31 AM
>To: CF-Talk
>Subject: RE: <cfscheduler> weird thing...
>
>
> > coldfusion scheduling is notoriuosly unreliable.
>
>Does anyone know if this is going to be addressed in ColdFusion 5.0?
>
>I've *never* managed to get a scheduled event to work and have to resort to
>other applications which trigger batch files to open a browser and pass it a
>URL as a parameter... pain!
>
>
>--
>Aidan Whitehall <[EMAIL PROTECTED]>
>Netshopper UK Ltd
>Advanced Web Solutions & Services
>
>http://www.netshopperuk.com/
>Telephone +44 (01744) 648650
>Fax +44 (01744) 648651
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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