Skip to main content
January 29, 2008
Question

coldfusion schedule job/

  • January 29, 2008
  • 1 reply
  • 406 views
I have CF CODE , verifying data and insert or update into the table. It will take probably 1 hour or more. Does coldfusion can handle that or will throw error message after certain time.I am taking about approx 10,000 records.
Thanks
This topic has been closed for replies.

1 reply

Participating Frequently
January 29, 2008
Sure thing, you can specify a custom "requestTimeOut" with the <cfsetting> tag.

Read more about <cfsetting> here:
http://livedocs.adobe.com/coldfusion/7/htmldocs/00000335.htm
January 29, 2008
Thanks, Can I set up for 2 hours. How can I specify. Please give me example. I would also like to know while running this process coldfusion will not lock.