January 18, 2004
requestTimeOut
In ColdFusion there are several places that one can manipulate the requestTimeOut Setting.
First in the CF Administrator there is the Timeout Requests after (seconds). On a Default install of CF, this value is uncheck. The value stops poorly performing webpages. When enabled, it will cause the page to go to an error, saying timeout value reached.
If you do enable, Timeout Request. Sometimes there is a page or scheduled task that needs some time to run that goes beyound the default timeout request. To override that value, in the page itself you can set use the cfsetting tag.
<cfsetting RequestTimeout = "1800">
(The page will timeout in 30 minutes.)
In the scheduled task, you can set the timeout value for each scheduled task.
I am getting an error when I type this
in my page, or in application.cfm
An unknown attribute 'RequestTimeout' has been encountered at document position (1:12) to (1:25) while processing tag CFSETTING. This tag can only take the following attributes:
CATCHEXCEPTIONSBYPATTERN
ENABLECFOUTPUTONLY
SHOWDEBUGOUTPUT
THis is because you are running on CF5 not CFMX
Posted by: Geoffrey Barth at March 16, 2005 3:27 PMSo, there's only one way to have a page-specific RequestTimeout setting in CF5?
If you don't want to do it site-wide in the administrator or app-wide in the application.cfm, you're forced to pass it in the URL?
I find it just amazing that CF didn't incorporate this until version 6. Then again we couldn't write our own functions until CF5.
Posted by: Joe Grossberg at April 14, 2005 5:32 PMFinally passed the test
Managing in light of McGregor's Theory X and Theory Y
CMMI
Kicking HIT Leadership Up a Notch
That's just some mumbo jumbo project management BS
Outcomes - The tactic to get to the strategy
Nurse Call, VOIP, and Wi-Fi: Its just cool when things come together!
December 2007
November 2007
October 2007
September 2007
August 2007
July 2007
June 2007
May 2007
April 2007
March 2007
February 2007
January 2007
December 2006
November 2006
August 2006
June 2006
May 2006
April 2006
March 2006
February 2006
January 2006
November 2005
October 2005
September 2005
August 2005
June 2005
May 2005
April 2005
March 2005
February 2005
January 2005
December 2004
November 2004
October 2004
September 2004
August 2004
July 2004
June 2004
May 2004
April 2004
March 2004
February 2004
January 2004
December 2003
November 2003
October 2003
Joel on Software
David Ross
Edward Prevost
Martin Fowler
The Health Care Blog
The Tales of Hoffman
The Business Word
Medical Rants
Christina's Considerations
Paul Levy
HIS Talk
Appropriate IT
Candid CIO
RSS feed




