I can't believe you didn't immediately shut down the CF server if you
suspected there was a template running amok.

I'm aware of only two things that would cause a working template to
terminate prematurely.  The first is if the request timeout is met.  You
have a default template timeout set for the CF server in the
Administrator, but if the template were called with
?RequestTimeout=xxxxxx, it is overridden.  Trouble with this is that
anyone can alter the request timeout by simply putting that url parameter
in the request.  The other would be to kill the CF application server.

There might have been some other things you could have done to either
cause an error or alleviate the problem.  If you knew what the rogue
template was doing, and had access to the code you could do this.  You
might have shut down the email server, for example.  None of those would
have been nearly as effective as simply shutting down CF server.  One
thing you'd need to watch out for would be whether the template had
scheduled itself using CFSCHEDULE to start up again at a later time.

Jim


-----Original Message-----
From: Lon Lentz <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Monday, June 19, 2000 7:46 AM
Subject: RE: How to stop an infinite CF loop?


>
>   Actually, this was the first time this has happened with this tag. We
>renamed the tag and solved the problem. I'm just looking for a possible
way
>of stopping a similar situation in the future.
>
>
>Lon Lentz
>Applications Developer - GetLists.Com
>DataWarehousing and List Sales - Market your lists on the Net!
>[EMAIL PROTECTED]
>941-541-9000 Ext. 210
>
>-----Original Message-----
>From: Fred T. Sanders [mailto:[EMAIL PROTECTED]]
>Sent: Monday, June 19, 2000 4:12 AM
>To: [EMAIL PROTECTED]
>Subject: Re: How to stop an infinite CF loop?
>
>
>have you isolated the tag? If so why not just fix it.


------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to