Ask a Question related to Macromedia ColdFusion, Design and Development.
-
WebManWlkg #1
CFMX7's numerous "request has exceeded the allowabletime limit Tag" bomboffs
Prior to CFMX, you could bump up the RequestTimout on the URL, example:
mypage.cfm?RequestTimeout=120. Under CFMX (6.1) you could do it with cfset
Variables.RequestTimeout = 120 (from Ben Forta, and that always seems to work)
or reputedly by cfsetting (from the documentation, and I say reputedly because
I don't know anyone who's ever gotten that way to work).
Now, under CFMX7, I'm seeing "request has exceeded the allowable time limit
Tag: (((tagname)))" EVERYWHERE. Just for fun, go to Google and search for
"request has exceeded the allowable time limit" (with the double quotes).
You'll find page after page after page of ColdFusion pages that crashed while
the Google spider was indexing them. I find it difficult to believe that
suddenly so many people don't know how to set the RequestTimeout.
Have the rules for changing RequestTimeout changed AGAIN in CFMX7? Does
cfsetting finally work now, and they took away setting Variables.RequestTimeout
without telling anyone??? Or is there something else going on besides the
request timeout?
WebManWlkg Guest
-
#39978 [NEW]: ALERT - Configured request variable limit exceeded
From: pierre at decamps dot org Operating system: OpenSuSE 10.2 PHP version: 5.2.0 PHP Bug Type: *General Issues Bug... -
Help: "256 levels of recursion were exceeded in one action list."
I'm trying to make this very simple mathematical flash-program that factorizes a number. So far i have succeded, but flash dosent allow the program... -
"lipping path limit reached for TIFF Preview" error message
Has anyone encounter the error, "Clipping path limit reached for TIFF Preview," when saving and Illustrator CD file as EPS? I've created a fairly... -
Request.Form("Field Name") Versus Request.QueryString("Field Name")
I want to know what's the differences between Request.Form("Field Name") and Request.QueryString("Field Name") OR they function exactly the... -
"Paging" (First/Previous/Next/Last to limit # of listings per page)
I'm trying to get a handle on the best way to handle setting up my listings so that I display groups of about 25 records per page. I currently have... -
WebManWlkg #2
Re: CFMX7's numerous "request has exceeded the allowabletime limit Tag" bomboffs
I just wrote a little test program that loops millions of times (doing nothing
else) and takes 67.316 seconds to complete. I set the request timeout in CF
Admin to 60 seconds. I tried setting Variables.RequestTimeout to 120 and
crashed with "request has exceeded the allowable time limit". I tried again
with cfsetting RequestTimeout="120" and that works now.
So the answer is, if you're running CFMX 6.1 and can't seem to get cfsetting
requestTimeOut to work, try Ben Forta's method of setting
Variables.RequestTimeout instead. But remember, when you upgrade to CFMX 7,
you'll have to convert over to using the documented way, because it now works
in CFMX 7, and Variables.RequestTimeout doesn't.
I feel sorry for everyone who used Ben Forta's undocumented feature because
they couldn't get the documented unfeature to work.
WebManWlkg Guest



Reply With Quote

