<?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: Java + Cron Job = Quartz</title>
	<atom:link href="http://www.selikoff.net/2009/11/04/java-cron-job-quartz/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.selikoff.net/2009/11/04/java-cron-job-quartz/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Tue, 07 Feb 2012 22:20:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Scott Selikoff</title>
		<link>http://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-3537</link>
		<dc:creator>Scott Selikoff</dc:creator>
		<pubDate>Sun, 20 Feb 2011 20:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1348#comment-3537</guid>
		<description>I have not seen CPU usage like that before for Quartz.  There are a number of configuration parameters you can provide to Quartz that will reduce its usage though.  Check the documentation.  Also, how often is the item your are scheduling firing?  Is it possible its firing continuously?</description>
		<content:encoded><![CDATA[<p>I have not seen CPU usage like that before for Quartz.  There are a number of configuration parameters you can provide to Quartz that will reduce its usage though.  Check the documentation.  Also, how often is the item your are scheduling firing?  Is it possible its firing continuously?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: C Mong</title>
		<link>http://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-3534</link>
		<dc:creator>C Mong</dc:creator>
		<pubDate>Sun, 20 Feb 2011 10:55:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1348#comment-3534</guid>
		<description>I have Quartz embedded in my application, but it makes the CPU run very hot. As soon as I start the instance of Quartz temperature increases by 20C.  Is there some option to make CPU run cooler?</description>
		<content:encoded><![CDATA[<p>I have Quartz embedded in my application, but it makes the CPU run very hot. As soon as I start the instance of Quartz temperature increases by 20C.  Is there some option to make CPU run cooler?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Selikoff</title>
		<link>http://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-2039</link>
		<dc:creator>Scott Selikoff</dc:creator>
		<pubDate>Sat, 21 Nov 2009 03:07:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1348#comment-2039</guid>
		<description>How does embedding Quartz lead to downtimes?  Just curious how that situation arises.</description>
		<content:encoded><![CDATA[<p>How does embedding Quartz lead to downtimes?  Just curious how that situation arises.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian Lim</title>
		<link>http://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-1975</link>
		<dc:creator>Ian Lim</dc:creator>
		<pubDate>Sun, 08 Nov 2009 13:28:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1348#comment-1975</guid>
		<description>In some situation, embedding Quartz within the Application Servers are quite useful. I got situations where using Quartz by embedding within the Application Server become quite a hindrance, since the customers don&#039;t like downtimes on the Application Server.</description>
		<content:encoded><![CDATA[<p>In some situation, embedding Quartz within the Application Servers are quite useful. I got situations where using Quartz by embedding within the Application Server become quite a hindrance, since the customers don&#8217;t like downtimes on the Application Server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mkyong</title>
		<link>http://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-1971</link>
		<dc:creator>mkyong</dc:creator>
		<pubDate>Sat, 07 Nov 2009 09:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1348#comment-1971</guid>
		<description>I&#039;m using Quartz and implemented in few production system , proven Java schedule solution, it will be more powerful when integrate with Spring :). 

One of the drawback is the thread is a bit hard to kill , when i restart Tomcat or other webApp, Quartz&#039;s thread seem is still running and log some error, often time i have to issue the kill -9 command.  Not sure it&#039;s server issue or Quartz ? Do you face the similar problem before?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using Quartz and implemented in few production system , proven Java schedule solution, it will be more powerful when integrate with Spring <img src='http://www.selikoff.net/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . </p>
<p>One of the drawback is the thread is a bit hard to kill , when i restart Tomcat or other webApp, Quartz&#8217;s thread seem is still running and log some error, often time i have to issue the kill -9 command.  Not sure it&#8217;s server issue or Quartz ? Do you face the similar problem before?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Selikoff</title>
		<link>http://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-1963</link>
		<dc:creator>Scott Selikoff</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:55:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1348#comment-1963</guid>
		<description>True, but if your app server isn&#039;t running you&#039;ve got other issues.  For example, how would a cron job start and connect to your server if there is no server to connect to?  Issues such as server failure should be handled by proper server monitoring and reporting.  It&#039;s a mixed issue to say you shouldn&#039;t put a cron job on a server because your worried it will go down.

I&#039;m not in favor of moving single process Cron jobs into a J2EE application server, unless it was connecting to that application server to begin with.</description>
		<content:encoded><![CDATA[<p>True, but if your app server isn&#8217;t running you&#8217;ve got other issues.  For example, how would a cron job start and connect to your server if there is no server to connect to?  Issues such as server failure should be handled by proper server monitoring and reporting.  It&#8217;s a mixed issue to say you shouldn&#8217;t put a cron job on a server because your worried it will go down.</p>
<p>I&#8217;m not in favor of moving single process Cron jobs into a J2EE application server, unless it was connecting to that application server to begin with.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Gilstrap</title>
		<link>http://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-1962</link>
		<dc:creator>Brian Gilstrap</dc:creator>
		<pubDate>Thu, 05 Nov 2009 18:10:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1348#comment-1962</guid>
		<description>While cron jobs may break if your Java home changes, Quartz breaks if the app server isn&#039;t running. So &#039;batch jobs&#039; seem like a reasonable use for Quartz, but heartbeat, monitoring, and restart tasks need to run separate from the app server. So I think there is still a place for cron jobs that run a Java program.</description>
		<content:encoded><![CDATA[<p>While cron jobs may break if your Java home changes, Quartz breaks if the app server isn&#8217;t running. So &#8216;batch jobs&#8217; seem like a reasonable use for Quartz, but heartbeat, monitoring, and restart tasks need to run separate from the app server. So I think there is still a place for cron jobs that run a Java program.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

