A fun way to tie up a server. I just accidentally found out that you can recursively use <cfinclude>. That if you have a template named foobar.cfm and it contains a line <cfinclude template="foobar.cfm"> that ColdFusion MX will create an endless loop of including the file over and over and over ... When I finally stopped the process with the Stop button in IE, it was an very interesting effect with the template I just happened to be using.
Is this a bug or a feature? If it's not a bug, I might have to think on this and see if there isn't a useful way to use this effect. If not, at least it's a fun way to kill a development server. -------------- Ian Skinner Web Programmer BloodSource Sacramento, CA ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. http://www.cfhosting.com Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

