RE: How to stop an infinite CF loop?

2000-06-20 Thread Lon Lentz
! [EMAIL PROTECTED] 941-541-9000 Ext. 210 -Original Message- From: Seth Petry-Johnson [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2000 8:39 PM To: [EMAIL PROTECTED] Subject: Re: How to stop an infinite CF loop? The best solution is to hire programmers that don't write infinite

RE: How to stop an infinite CF loop?

2000-06-20 Thread Lon Lentz
tz Applications Developer - GetLists.Com DataWarehousing and List Sales - Market your lists on the Net! [EMAIL PROTECTED] 941-541-9000 Ext. 210 -Original Message- From: Jim McAtee [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2000 7:47 PM To: [EMAIL PROTECTED] Subject: Re: How to stop

Re: How to stop an infinite CF loop?

2000-06-19 Thread Seth Petry-Johnson
> I think that's a given. But I think what he was wanting to know is ... > once you discover an infinite loop is running, what can you do to stop it > other than restart the server? > > Which seems like a sound thing to want to know. It would be pretty > obvious that if you don't discover an inf

Re: How to stop an infinite CF loop?

2000-06-19 Thread Jim McAtee
] <[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

Re: How to stop an infinite CF loop?

2000-06-19 Thread Michael Kear
I think that's a given. But I think what he was wanting to know is ... once you discover an infinite loop is running, what can you do to stop it other than restart the server? Which seems like a sound thing to want to know. It would be pretty obvious that if you don't discover an infinite loop

RE: How to stop an infinite CF loop?

2000-06-19 Thread Duane Boudreau
age- > From: Lon Lentz [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 19, 2000 9:48 AM > To: [EMAIL PROTECTED] > 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 an

RE: How to stop an infinite CF loop?

2000-06-19 Thread Chris Evans
. Chris Evans [EMAIL PROTECTED] http://www.fuseware.com -Original Message- From: Justin v0.9 MacCarthy [mailto:[EMAIL PROTECTED]] Sent: Monday, June 19, 2000 10:06 AM To: [EMAIL PROTECTED] Subject: Re: How to stop an infinite CF loop? What about using these settings in the Admin? Timeout

Re: How to stop an infinite CF loop?

2000-06-19 Thread Justin v0.9 MacCarthy
does not respond within the specified amount of time. ~J - Original Message - From: Chris Evans <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 19, 2000 2:58 PM Subject: RE: How to stop an infinite CF loop? > There is no way to stop an individual template d

RE: How to stop an infinite CF loop?

2000-06-19 Thread Chris Evans
PROTECTED] 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 - GetList

RE: How to stop an infinite CF loop?

2000-06-19 Thread Lon Lentz
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 f

Re: How to stop an infinite CF loop?

2000-06-19 Thread vincy
hi, I seemed to have had the same problem with CF where according to some people say that the code runs into an infinite loop. And that is not possible cause i triple checked the code. Only here the code apparently queries SQL over and over a period of time the server crashes because it r

Re: How to stop an infinite CF loop?

2000-06-19 Thread Fred T. Sanders
have you isolated the tag? If so why not just fix it. - Original Message - From: "Lon Lentz" <[EMAIL PROTECTED]> To: "cftalk" <[EMAIL PROTECTED]> Sent: Monday, June 12, 2000 8:33 AM Subject: How to stop an infinite CF loop? > > > I had posted this question, in a slightly more vague wa

RE: How to stop an infinite CF loop?

2000-06-16 Thread Gary McNeel, Jr.
Look at using CFBREAK in a conditional loop. You can find it's use in a loop on page 887 of the CF Web Application Const. Kit, Second Edition by Forta. > -Original Message- > From: Lon Lentz [mailto:[EMAIL PROTECTED]] > Sent: Monday, June 12, 2000 8:34 AM > To: cftalk > Subject: How to st

RE: How to stop an infinite CF loop?

2000-06-16 Thread ron
> It seems that a no-longer-here developer had > written a template where in > when conditions were met, a custom tag was called, > and an email was > generated. He had named his custom tag the same as > the calling template. > Well, the conditions were finally met, and in the > end, some poor w