Summary


The schedule event subsystem of ColdFusion is ideal for periodic, asynchronous execution of CFML templates. You can schedule tasks over the Web by using ColdFusion Administrator, or programmatically by using the <cfschedule> tag. You also can direct scheduled tasks to publish their output to files such as static Web pages. Event execution timings are managed by the ColdFusion server and have their own log file for recording success or failure.

Sample Questions

1:

How does the ColdFusion scheduler execute code in a specified template?

  1. Using an HTTP call

  2. Using cron or at processes, depending on the operating system

  3. Using command-line arguments

  4. None of the above

2:

Which are valid <cfschedule> ACTION values? (select three)

  1. add

  2. update

  3. delete

  4. run

3:

Which of the following are valid scheduler intervals?

  1. hourly

  2. weekly

  3. 90

  4. 15



Macromedia ColdFusion MX 7 Certified Developer Study Guide
Macromedia ColdFusion MX 7 Certified Developer Study Guide
ISBN: 0321330110
EAN: 2147483647
Year: 2004
Pages: 389
Authors: Ben Forta

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net