of course you could do:

<cfif IsDefined("url.requesttimeout")>
 <cfif IsNumeric(url.requesttimeout)>
 <cfsetting requesttimeout = "#url.requesttimeout#">
 </cfif>
</cfif>

-- not sure if you'll need the hashes in this case, ut probably...
----- Original Message ----- 
From: "Paul Johnston" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 19, 2003 10:05 AM
Subject: RE: [ cf-dev ] strange error


> You could always just put a
> 
> <cfif IsDefined("url.requesttimeout")>
> <cfif IsNumeric(url.requesttimeout)>
> <cfsetting requesttimeout="65000">
> </cfif>
> </cfif>
> 
> In the Application.cfm! Solves the issue!
> 
> Paul
> 
> > -----Original Message-----
> > From: Lucas Sherwood [mailto:[EMAIL PROTECTED] 
> > Sent: 19 August 2003 09:55
> > To: [EMAIL PROTECTED]
> > Subject: RE: [ cf-dev ] strange error
> > 
> > 
> > Hey Rich,
> > This is weird but there is one thing that I think might be 
> > throwing you out. Are you using CFMX? If so the 
> > url.requesttimeout=*** is deprecated... Use <cfsetting 
> > requestTimeout="65000">
> > 
> > this should get you going...
> > L.
> > 
> > -----Original Message-----
> > From: Rich Wild [mailto:[EMAIL PROTECTED] 
> > Sent: 18 August 2003 16:37
> > To: '[EMAIL PROTECTED]'
> > Subject: [ cf-dev ] strange error
> > 
> > right, this one is fast becoming the bane of my life.
> > 
> > What the hell does this mean:
> > 
> > "The request has exceeded the allowable time limit Tag: cfoutput"
> > 
> > sometimes it'll be cfoutput, other times cfmail, other times 
> > cfloop etc etc
> > - it provides no helpful information in the slightest.
> > 
> > Basically, I'm looping over lists of thousands of emails, and 
> > sending them out.
> > 
> > It'll send a couple of thousand, but appears to die at 
> > different positions in the list each time.
> > 
> > All e-mails are valid.
> > 
> > the url has requestimeout=1500 on it and the page won't have 
> > been running for even 30 seconds before I get this error.
> > 
> > allowable time limit for cfoutput? what the hell does this mean?
> > 
> > grrrrr.
> > 
> > Any help would be most appreciated.
> > 
> > -------------------------------------------------------
> > Rich Wild
> > Senior Web Developer
> > 
> > -------------------------------------------------------
> > e-mango                      Tel: 01202 755 300
> > Gild House                      Fax: 01202 755 301
> > 74 Norwich Avenue West
> > Bournemouth                   Mailto:[EMAIL PROTECTED]
> > BH2 6AW, UK                      http://www.e-mango.com
> > -------------------------------------------------------
> > This message may contain information which is legally 
> > privileged and/or confidential.  If you are not the intended 
> > recipient, you are hereby notified that any unauthorised 
> > disclosure, copying, distribution or use of this information 
> > is strictly prohibited. Such notification notwithstanding, 
> > any comments, opinions, information or conclusions expressed 
> > in this message are those of the originator, not of 
> > e-mango.com ltd, unless otherwise explicitly and 
> > independently indicated by an authorised representative of 
> > e-mango.com ltd.
> > -------------------------------------------------------
> > 
> > 
> > -- 
> > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > 
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: 
> > [EMAIL PROTECTED] For human help, e-mail: 
> > [EMAIL PROTECTED]
> > 
> > -- 
> > ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> > 
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: 
> > [EMAIL PROTECTED] For human help, e-mail: 
> > [EMAIL PROTECTED]
> > 
> 
> 
> 
> -- 
> ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
> 
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> For human help, e-mail: [EMAIL PROTECTED]

-- 
** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/

To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
For human help, e-mail: [EMAIL PROTECTED]

Reply via email to