Thanks for trying John but this won't help me. There are only certain
conditions when I don't want another report to start. When the server has
sufficient resources to process another report I want multiple reports to
run simultaneously. Event1 checks if those conditions exist.

Bryan

-----Original Message-----
From: John Drake [mailto:char...@ohmss.info] 
Sent: Wednesday, March 10, 2010 12:53 PM
To: cf-talk
Subject: Re: Phantom Scheduled Tasks


Its a bit of a kludge - but could you add some cfif code to check the time
and if it didn't meet the criteria it wouldn't process?

I.e. if the task is supposed to fire every 12 minutes - check the time when
running the task and if it isn't :12, :24, :36, :48, or :00 - then don't
execute. 



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:331558
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to