Quick Question: Does CFTHREAD run the Application file?
We're running some tests and were wondering if code inside a CFTHREAD block actually runs the calling page's Application.cfc file? Our initial throught is: no. We've run a couple tests to indicate the answer is: no. But, I thought I'd post the question here since we found no documentation online on the matter.
Our test involved putting a 'hit counter' in an Application file's onRequest() method to log page hits to a DB. We then ran a CFTHREAD block on the page. The hit count showed just one page hit which, to us, would indicate only the page-level thread hit the application file and not the CFTHREAD invoked.
Is this a sound experiment?
Thanks, all
