Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Calling java method timeouts

New Here ,
Feb 16, 2010 Feb 16, 2010

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.

340
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Enthusiast , Feb 16, 2010 Feb 16, 2010

cfthread, cfschedule, or an event gateway.

Translate
Enthusiast ,
Feb 16, 2010 Feb 16, 2010

cfthread, cfschedule, or an event gateway.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 17, 2010 Feb 17, 2010
LATEST

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

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources