Yup, it's all based on script timeouts - Generally a good reason to have
that set to something sane, like 5 minutes.

CF doesn't have anything evil like the old "while (1) {fork;}" trick you
can do in Perl, does it?  Or am I simply being a heathen by bringing up
Perl here?  :)

Michael Jackson
Systems Engineer - cfxhosting.com
[EMAIL PROTECTED]
http://cfxhosting.com/


-----Original Message-----
From: Jeff Garza [mailto:[EMAIL PROTECTED] 
Subject: Re: Endless Loops

Typically, it will run until it reaches the script timeout that's set in
the CF Administrator, if you don't have this set, I think it will run
until you restart the CF Service.

Jeff

----- Original Message -----
From: "Ian Skinner" <[EMAIL PROTECTED]>
Subject: Endless Loops


Whenever you do one of those timeless lapses of logic that creates an
endless loop in your ColdFusion code, (or does this just happen to me?).
Anyway, you stop the page processing from your browser with the stop
button. Does the CF Applications Service ever get tired of running that
endless loop on some abandoned thread, or does this go one until
somebody finally gets fed up with the hit in performance and restarts
the service?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to