I am building an application where the user submits a form. The next page will make several lengthy database calls and run scripts using cfexecute.
As there can be a large amount of work for these scripts to complete, I would prefer if the user is immediately redirected to another page while these scripts process. If the user had to wait for the scripts to finish, their browser is likely to timeout or take several minutes to get the page - neither of these options is desirable.
Is there some way I can start a cold fusion page in it's own thread?
As there can be a large amount of work for these scripts to complete, I would prefer if the user is immediately redirected to another page while these scripts process. If the user had to wait for the scripts to finish, their browser is likely to timeout or take several minutes to get the page - neither of these options is desirable.
Is there some way I can start a cold fusion page in it's own thread?