Ian Skinner wrote:
> Idea 1:  A flag that flips back and forth, but will need some method to 
> persist the flag through system restarts and such.  Seems a bit overkill to 
> create a database or file just to store single binary 0|1 value.
>   
Maybe just use a little text file tucked somewhere out of the way in 
your directory structure. Stick a value in it with the date/time that 
the script last ran to finish. Start of the script, read this file in, 
compare that date to the current date, if you're good, update the text 
file's date/time value and go to town. :)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Upgrade to Adobe ColdFusion MX7 
Experience Flex 2 & MX7 integration & create powerful cross-platform RIAs 
http:http://ad.doubleclick.net/clk;56760587;14748456;a?http://www.adobe.com/products/coldfusion/flex2/?sdid=LVNU

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:268079
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to