Copy link to clipboard
Copied
Hi There.
I have a method written in java that I am calling from in my cfc, my problem is that the method is very time consuming and gets stopped as the cfc times out waiting for a response. Is there any way that I can "fire and forget" this method. I do not need any data back from the method (it inserts data into the database for results).
Thanks in advance.
cfthread, cfschedule, or an event gateway.
Copy link to clipboard
Copied
cfthread, cfschedule, or an event gateway.
Copy link to clipboard
Copied
Thanks, Been a while since I have done CF and forgot about those!!