Dave said:
> > You can also drop it in the URL like 
> something.cfm?requestTimeout=600
> 
> Not since CFMX:
> http://kb2.adobe.com/cps/194/tn_19438.html

That would help to explain why it's not working.


Cameron said:
> > Not since CFMX:
> > http://kb2.adobe.com/cps/194/tn_19438.html
> 
> You know, I had a suspicion it was deprecated but I didn't 
> confirm it before I posted.  For this scheduled template 
> scanario you could still look for the URL variable and pass 
> it into a CFSETTING tag, which is also the suggestion given 
> in that TechNote.
> 
> <cfparam name="url.requesttimeout" default="60"> <cfsetting 
> requesttimeout="#url.requesttimeout#" />

Yes, we'll play with this, although we would use this to supplement the
time out for the scheduled task when it runs through the scheduler.

This exercise is kind of frustrating. Currently the scheduled task in
question takes approximately 780(!) seconds to complete and it's
growing. That's another story I won't go into here.

For obvious reasons we don't want the server time out setting set to a
number high enough to accommodate this scheduled task. 

All we are trying to do is to have a time out setting for this
particular scheduled task that will override a more reasonable server
time out setting.

As Dave pointed out, appending the requestTimeout parameter to the end
of the URL did not work (at least not without adding the appropriate
cfsetting tag into the code, as Cameron pointed out). 

We put a timeout value into the configuration screen for this scheduled
task but that appears not to have worked either. Maybe that is because
we need to stop and restart the CF instance for the change to take
effect. It doesn't say that in the Help docs and we can't just try it
now because it's on a production server . . .

Thanks Dave and Cameron for your input.

George

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:327901
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to