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 of the > embedding the timeout in the template code. > > On 7/11/06, Eric J. Hoffman <[EMAIL PROTECTED]> wrote: > > Okay, I was doing via URL variable, but I will do some cfsetting on the > pages themselves. > > > > Thanks! > > > > > > Regards, > > > > Eric J. Hoffman > > Managing Partner > > EJH & Associates, LLC > > A Decision That Matters. EJHA. > > > > > > > > -------------------------------------------------------- > > > > > > Eric J. Hoffman > > Managing Partner > > 2081 Industrial Blvd > > StillwaterMN55082 > > mail: [EMAIL PROTECTED] > > www: http://www.ejhassociates.com > > tel: 651.717.4105 > > fax: 651.717.4115 > > mob: 651.245.2717 > > > > -------------------------------------------------------- > > > > This message contains confidential information and is intended only for > [EMAIL PROTECTED] If you are not [email protected] you > should not disseminate, distribute or copy this e-mail. Please notify > [EMAIL PROTECTED] immediately by e-mail if you have received this > e-mail by mistake and delete this e-mail from your system. E-mail > transmission cannot be guaranteed to be secure or error-free as > information could be intercepted, corrupted, lost, destroyed, arrive late > or incomplete, or contain viruses. Eric J. Hoffman therefore does not > accept liability for any errors or omissions in the contents of this > message, which arise as a result of e-mail transmission. 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 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 itself won't > > timeout. The page containing the loop will control the timeout. You can > use > > the CFSETTING tag's REQUESTTIMEOUT attribute to allow the page to exceed > the > > timeout value set within the CF Administrator. > > > > 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, > > Chicago, Baltimore, Northern Virginia, or on-site at your location. > > Visit http://training.figleaf.com/ for more information! > > > > > > > > > > > >
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/cf_lists/message.cfm/forumid:4/messageid:246175 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

