This is simply a must for many programmers and ought to be prioritized above all other tags! Can be circumvent by using an external CF-server (with cfscheduler) for triggering tasks via simple HTTP requests. But a CF-Engine without a scheduler is like a body without heartbeat and breath!
Well, an asynchronous CFC with infinite loop, some CF-code and sleep(javaCast("long", 1000*wait_time)) would probably make a simple scheduler... if that would work in a CFC... I don't know yet...
Jón Gaasedal
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1762024
Originator: NO
I guess this is a request for cfschedule tag.
Logged In: NO
another vote for cfschedule
Michael Höfler
Logged In: NO
a vote for cfschedule
Jason King
Logged In: NO
This is simply a must for many programmers and ought to be prioritized above all other tags! Can be circumvent by using an external CF-server (with cfscheduler) for triggering tasks via simple HTTP requests. But a CF-Engine without a scheduler is like a body without heartbeat and breath!
Well, an asynchronous CFC with infinite loop, some CF-code and sleep(javaCast("long", 1000*wait_time)) would probably make a simple scheduler... if that would work in a CFC... I don't know yet...
Jón Gaasedal
Logged In: YES
user_id=539224
Originator: NO
This has been implemented and is accessible from SkyDrive at:
http://cid-c1778198fee7a8d0.skydrive.live.com/browse.aspx/Public
See
http://www.smithproject.org/forum/posts/list/0/167.page#621
for details.
Logged In: NO
Thanks Calphool2!