What is it that is telling you that the thread is not running? What is it supposed to do that it is not, manipulate the file system, execute a stored procedure? Is it supposed to return a value that you are not seeing? Remember that a function that initiates a thread will continue to run without waiting for the thread to finish unless a join action is performed.
-----Original Message-----
From: Bobby [mailto:
bo...@acoderslife.com]
Sent: Thursday, March 12, 2015 10:49 AM
To: cf-talk
Subject: Re: Can you use a CFTHREAD inside an Ajax routine?
When you say it doesn靖 generate any errors, do you mean that you靶e looked through the exception logs? Unless you are trapping it with try/catch or a custom error handler, that零 the only place you would discover that an error happened in a cfthread that you are spawning and forgetting.
On 3/5/15, 3:47 PM, "John Pullam" <
jpu...@mcleansystems.com> wrote:
>