Answered
Calling java method timeouts
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.
