Prevent CFLOOP Timeout?

2006-07-11 Thread Eric J. Hoffman
Is there a way to prevent a cfloop from timing out? It is parsing a gargantuan amount of data from UPS; the file in question is called by cfmodule to ask it do this parsing...we have no control over the chunk size we get Process was working well for 4 years, and then boom, a weird one.

RE: Prevent CFLOOP Timeout?

2006-07-11 Thread Russ
cfsetting requesttimeout=1000 -Original Message- From: Eric J. Hoffman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 3:37 PM To: CF-Talk Subject: Prevent CFLOOP Timeout? Is there a way to prevent a cfloop from timing out? It is parsing a gargantuan amount of data from

RE: Prevent CFLOOP Timeout?

2006-07-11 Thread Dave Watts
Is there a way to prevent a cfloop from timing out? It is parsing a gargantuan amount of data from UPS; the file in question is called by cfmodule to ask it do this parsing... we have no control over the chunk size we get You can't control what happens within a page, but a loop by

RE: Prevent CFLOOP Timeout?

2006-07-11 Thread Eric J. Hoffman
. If verification is required please request a hard-copy version. From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tue 7/11/2006 2:47 PM To: CF-Talk Subject: RE: Prevent CFLOOP Timeout? Is there a way to prevent

Re: Prevent CFLOOP Timeout?

2006-07-11 Thread Rob Wilkerson
. From: Dave Watts [mailto:[EMAIL PROTECTED] Sent: Tue 7/11/2006 2:47 PM To: CF-Talk Subject: RE: Prevent CFLOOP Timeout? Is there a way to prevent a cfloop from timing out? It is parsing a gargantuan amount of data from UPS; the file in question

RE: Prevent CFLOOP Timeout?

2006-07-11 Thread Russ
I'm pretty sure it still works... might be deprecated though... -Original Message- From: Rob Wilkerson [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 4:02 PM To: CF-Talk Subject: Re: Prevent CFLOOP Timeout? The query string variation was discontinued in MX7 in favor

RE: Prevent CFLOOP Timeout?

2006-07-11 Thread Munson, Jacob
You can set the request timeout really high like this: cfsetting requesttimeout=#aLotOfSeconds# -Original Message- From: Eric J. Hoffman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 1:37 PM Is there a way to prevent a cfloop from timing out? It is parsing a gargantuan

RE: Prevent CFLOOP Timeout?

2006-07-11 Thread Munson, Jacob
FYI, IIRC the URL variable option doesn't work anymore, since they added requesttimeout to the cfsetting tag. -Original Message- From: Eric J. Hoffman [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 11, 2006 1:58 PM Okay, I was doing via URL variable, but I will do some cfsetting

RE: Prevent CFLOOP Timeout?

2006-07-11 Thread Dave Watts
I'm pretty sure it still works... might be deprecated though... No, it doesn't work as of CFMX 6.x. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta,