60 seconds timeout
i running code stores data in memory , queries db via qofq.
after 60 seconds error of type: "page cannot displayed"....i have researched type of error , cannot find relevant.
any clues. have tried adding default cfadmin timeout e.g. 180 no avail.
after 60 seconds error of type: "page cannot displayed"....i have researched type of error , cannot find relevant.
any clues. have tried adding default cfadmin timeout e.g. 180 no avail.
60 seconds default page timeout. if queries taking longer 60 seconds, have problem. need add indexes db or loading data/too many records.
to around timeout, can append variable requesttimeout page link in
myquerypage.cfm?requesttimeout=300
where 300 number of seconds or in page, add:
<cfsetting requesttimeout = "300">
hope helps.
to around timeout, can append variable requesttimeout page link in
myquerypage.cfm?requesttimeout=300
where 300 number of seconds or in page, add:
<cfsetting requesttimeout = "300">
hope helps.
More discussions in Advanced Techniques
adobe
Comments
Post a Comment