I have a cfinvoke which writes to a table like 200,000 records. Then I have a another cfinvoke writes about the 100,000 records to the same table.
I'm wondering how will this be executed?
- Would cfinvoke execute first then once done, execute cfinvoke 2? OR
- would cfinvoke 1 and 2 execute simultaneously in the background, continue with the rest of the page, even before either one of the executions are done?
P.S, cfinvoke 2 is NOT depended of cfinvoke 1, but I prefer them to execute one after another.
Any suggestions of making option 2 happen is greatly appreciated.