<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Cron for CFML.  Again</title>
	<atom:link href="http://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/</link>
	<description>Thoughts, rants, and even some code from the mind of Barney Boisvert.</description>
	<lastBuildDate>Thu, 11 Sep 2014 09:58:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ciaran Archer</title>
		<link>https://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/comment-page-1/#comment-253123</link>
		<dc:creator>Ciaran Archer</dc:creator>
		<pubDate>Thu, 14 Apr 2011 08:01:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/#comment-253123</guid>
		<description>After the 9.0.1 update broke scheduled tasks (for us at least - http://stackoverflow.com/questions/3870895/coldfusion-neo-cron-xml-has-been-modified-when-it-hasnt-been) we decided to buy VisualCron, a Windows scheduler that runs on a server  as a service and can execute tasks in almost any way possible. 

We&#039;ve found it very stable so far, and it has an API (through .NET admittedly) that can be interrogated for task run stats etc.  If people are looking for alternatives I&#039;d recommend it. 

I&#039;ve heard CF X is going to have an update to the scheduled task engine too, so that should be interesting too.

Cheers,
Ciaran</description>
		<content:encoded><![CDATA[<p>After the 9.0.1 update broke scheduled tasks (for us at least &#8211; <a href="http://stackoverflow.com/questions/3870895/coldfusion-neo-cron-xml-has-been-modified-when-it-hasnt-been)" rel="nofollow">http://stackoverflow.com/questions/3870895/coldfusion-neo-cron-xml-has-been-modified-when-it-hasnt-been)</a> we decided to buy VisualCron, a Windows scheduler that runs on a server  as a service and can execute tasks in almost any way possible. </p>
<p>We've found it very stable so far, and it has an API (through .NET admittedly) that can be interrogated for task run stats etc.  If people are looking for alternatives I'd recommend it. </p>
<p>I've heard CF X is going to have an update to the scheduled task engine too, so that should be interesting too.</p>
<p>Cheers,<br />
Ciaran</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Luis Aragon</title>
		<link>https://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/comment-page-1/#comment-253042</link>
		<dc:creator>Luis Aragon</dc:creator>
		<pubDate>Wed, 13 Apr 2011 18:46:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/#comment-253042</guid>
		<description>I&#039;d love to know how you handled this task. It&#039;s something that I&#039;m struggling with now. :(</description>
		<content:encoded><![CDATA[<p>I'd love to know how you handled this task. It's something that I'm struggling with now. :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ciaran Archer</title>
		<link>https://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/comment-page-1/#comment-218044</link>
		<dc:creator>Ciaran Archer</dc:creator>
		<pubDate>Thu, 19 Aug 2010 17:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/#comment-218044</guid>
		<description>I especially agree with the way you have to punch a hole through your application security. Secret URL keys are messy and feel so ... wrong. 

The 60 second limit is also ridiculous. The worst thing is it doesn&#039;t have to be like this! CF scheduler can handle per-second scheduling - we do it all the time.  Right now it requires an  XML hack to the neo-cron.xml file. It&#039;s obtuse and ugly but it works.</description>
		<content:encoded><![CDATA[<p>I especially agree with the way you have to punch a hole through your application security. Secret URL keys are messy and feel so &#8230; wrong. </p>
<p>The 60 second limit is also ridiculous. The worst thing is it doesn't have to be like this! CF scheduler can handle per-second scheduling &#8211; we do it all the time.  Right now it requires an  XML hack to the neo-cron.xml file. It's obtuse and ugly but it works.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Mandel</title>
		<link>https://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/comment-page-1/#comment-217920</link>
		<dc:creator>Mark Mandel</dc:creator>
		<pubDate>Tue, 17 Aug 2010 22:49:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/#comment-217920</guid>
		<description>You don&#039;t want to use my Dynamic Proxy in Javaloader to ease the Java-&gt;CFML bridge?

It would make things a lot easier for you.

Or is there an area in which it can be improved that would help you out?

(Totally agreed that CFCProxy is not that great)</description>
		<content:encoded><![CDATA[<p>You don't want to use my Dynamic Proxy in Javaloader to ease the Java-&gt;CFML bridge?</p>
<p>It would make things a lot easier for you.</p>
<p>Or is there an area in which it can be improved that would help you out?</p>
<p>(Totally agreed that CFCProxy is not that great)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sami Hoda</title>
		<link>https://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/comment-page-1/#comment-217915</link>
		<dc:creator>Sami Hoda</dc:creator>
		<pubDate>Tue, 17 Aug 2010 21:51:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/#comment-217915</guid>
		<description>I have felt this pain for years. You are not alone. 

One example, the CFAdmin did not have a pause for scheduled tasks until I bugged and begged for it.</description>
		<content:encoded><![CDATA[<p>I have felt this pain for years. You are not alone. </p>
<p>One example, the CFAdmin did not have a pause for scheduled tasks until I bugged and begged for it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan</title>
		<link>https://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/comment-page-1/#comment-217913</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Tue, 17 Aug 2010 21:06:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/#comment-217913</guid>
		<description>I agree with you, the lack of a good scheduler can be a pain.  An admin that I work with rewrote the old scheduler he used (BMC Control-M) as a CF application.  Sadly, he should have to rewrite this if there was a good interface for it already.

Are you planning on releasing your new code by any chance?</description>
		<content:encoded><![CDATA[<p>I agree with you, the lack of a good scheduler can be a pain.  An admin that I work with rewrote the old scheduler he used (BMC Control-M) as a CF application.  Sadly, he should have to rewrite this if there was a good interface for it already.</p>
<p>Are you planning on releasing your new code by any chance?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Woodward</title>
		<link>https://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/comment-page-1/#comment-217901</link>
		<dc:creator>Matt Woodward</dc:creator>
		<pubDate>Tue, 17 Aug 2010 15:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/#comment-217901</guid>
		<description>There&#039;s a cron plugin for OpenBD:
http://wiki.openbluedragon.org/wiki/index.php/Category:CronPlugin</description>
		<content:encoded><![CDATA[<p>There's a cron plugin for OpenBD:<br />
<a href="http://wiki.openbluedragon.org/wiki/index.php/Category:CronPlugin" rel="nofollow">http://wiki.openbluedragon.org/wiki/index.php/Category:CronPlugin</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Wiersma</title>
		<link>https://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/comment-page-1/#comment-217897</link>
		<dc:creator>Kurt Wiersma</dc:creator>
		<pubDate>Tue, 17 Aug 2010 15:21:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/#comment-217897</guid>
		<description>When I was reading about Grails it sounded like their scheduler was pretty advanced and cron like while allowing you to execute groovy code without an http request. I believe it was all built on top of Quartz or Spring&#039;s scheduling services.

Personally I really like that CFML allows you to avoid the compile - reload container - debug cycle. It one reason why I have continue to look into Groovy/Grails as they seem to be attempting to make it more dynamic for reloading your application much like CFML.</description>
		<content:encoded><![CDATA[<p>When I was reading about Grails it sounded like their scheduler was pretty advanced and cron like while allowing you to execute groovy code without an http request. I believe it was all built on top of Quartz or Spring's scheduling services.</p>
<p>Personally I really like that CFML allows you to avoid the compile &#8211; reload container &#8211; debug cycle. It one reason why I have continue to look into Groovy/Grails as they seem to be attempting to make it more dynamic for reloading your application much like CFML.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron Greenlee</title>
		<link>https://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/comment-page-1/#comment-217895</link>
		<dc:creator>Aaron Greenlee</dc:creator>
		<pubDate>Tue, 17 Aug 2010 14:53:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.barneyb.com/barneyblog/2010/08/16/cron-for-cfml-again/#comment-217895</guid>
		<description>No, you are not the only one.</description>
		<content:encoded><![CDATA[<p>No, you are not the only one.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
