..


Sponsored Links

One of my CF application takes a long time to be executed by the server ... how do I increase the timeout without intervening in the settings of the machine?

In the case of individual pages that need a lot of time to perform their task is surely preferable to increase the timeout for that specific page rather than take the ColdFusion Administrator.
It should then set the variable scoped RequestTimeout URL will override the settings CFAM.
The time is calculated in seconds.
ES:
<cfscript>
Url.requestTimeOut = 300;
</ Cfscript>

Or:
http://www.miosito.com/index.cfm?requestTimeOut=300

In the same category ...
E-Learning
Flash MX and ActionScript (Course) Flash MX and ActionScript (Course)
Become a developer of Web sites from 29 €.
Ruby and Ruby on Rails (Course) Ruby and Ruby on Rails (Course)
Create software and Web applications with Ruby and RoR. From 39 €.
Web Design (Course) Web Design (Course)
Design Web Sites with HTML, CSS and Dynamic HTML. From 39 €.
Sponsored Links