| Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
| |||
| |||
| I am a newbie. does maximum execution time exist? if yes, how could we change it? I have an application to run for several hours. will it work? pls kindly advise. |
|
#2
| |||
| |||
| what exactly are you referring to? max execution time of what? a single request? application timeout? session timeout? all those can be set in CF Administrator and also in individual pages (look up <cfsetting> tag). hth Azadi Saryev Sabai-dee.com http://www.sabai-dee.com/ |
|
#3
| |||
| |||
| Basically, just add requestTimeout=time at the end of your page. E.g. : http://www.mysite.com/mypage.cfm?requestTimeout=86400 This will allow your script to run for 24 hours without stopping. But please make sure that you know what you're doing when you're allowing your script to run for a long time. |
|
#4
| |||
| |||
| germ wrote: > Basically, just add requestTimeout=time at the end of your page. E.g. : > > http://www.mysite.com/mypage.cfm?requestTimeout=86400 > Does this still work? I thought the requestTimeout URL variable had been deprecated in the latest versions of ColdFusion. |
|
#5
| |||
| |||
| Ian Skinner wrote: > germ wrote: >> Basically, just add requestTimeout=time at the end of your page. E.g. : >> http://www.mysite.com/mypage.cfm?requestTimeout=86400 >> > > Does this still work? I thought the requestTimeout URL variable had > been deprecated in the latest versions of ColdFusion. This is what I found with a brief search. This if from some CF6 documentation. <quote src="http://livedocs.adobe.com/coldfusion/6/CFML_Reference/Tags-pt36.htm"> The cfsetting requestTimeout attribute replaces the use of requestTmeOut within a URL. </quote> |
![]() |
| Thread Tools | |
| Display Modes | |
In an effort to better serve ads to our visitors, cookies are used on objectmix.com. For more information, check out our Privacy Policy.