RE: Is there a way to get one template to stop the process of another template?

2000-05-15 Thread Lon Lentz
This was asked of me by someone else here. I believe their idea here is to set up a few templates which we could access remotely that would allow us to kill an infinite loop or server slaying count...without us having to drive back to do it on site. -Original Message- From:

RE: Is there a way to get one template to stop the process of another template?

2000-05-13 Thread Philip Arnold - ASP
Example: I have a template which is running a query that is attempting to pull millions of records. Is there a way I can setup another template which will interrupt the query template? Or if a template sets up an infinite loop, is there a way to terminate it from another template?

RE: Is there a way to get one template to stop the process of another template?

2000-05-12 Thread Troy Johnson
it may be easier to set the maxrows returned to a certain value. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, May 12, 2000 1:29 PM To: cftalk Subject: Is there a way to get one template to stop the process of another template? Example: I have

RE: Is there a way to get one template to stop the process of another template?

2000-05-12 Thread Troy Johnson
No. The called template would have to stop processing on it's own. There's no way for another template to "monitor" the action of another and intervine. You would have to set some variable in the called template which would cause it to stop running. This of course is not what you want to do,