Skip to main content
Participant
February 17, 2010
Answered

Calling java method timeouts

  • February 17, 2010
  • 1 reply
  • 393 views

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.

    This topic has been closed for replies.
    Correct answer tooMuchTrouble

    cfthread, cfschedule, or an event gateway.

    1 reply

    tooMuchTroubleCorrect answer
    Inspiring
    February 17, 2010

    cfthread, cfschedule, or an event gateway.

    XanetiaAuthor
    Participant
    February 17, 2010

    Thanks, Been a while since I have done CF and forgot about those!!