Reed, >Am I in the middle of a brain-burp, or is it not in fact the case that CF >used to stop executing the current page if the user hit their stop button >and opened a new CF page? I have pages that continue to execute even after >the user hits STOP and REFRESH - so now I have a couple of copies of the >same killer page executing at the same time! Am I remembering things >wrong, or is this how it is supposed to be? If the latter, then what >actually stops a page from executing before it finishes on its own?
Clicking "Stop" in a web browser has never stop the server processing a request, all it does is tells the browser to stop listening for a response. In order to actually kill that process, you'd need access to the Java threads--or use a tool like SeeFusion (http://www.seefusion.com/) which will allow you to kill a running process. -Dan ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:238091 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

