<?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="https://www.selikoff.net/2009/11/04/java-cron-job-quartz/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2009/11/04/java-cron-job-quartz/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Fri, 04 Dec 2015 06:22:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Meenakshi		</title>
		<link>https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-166957</link>

		<dc:creator><![CDATA[Meenakshi]]></dc:creator>
		<pubDate>Fri, 04 Dec 2015 06:22:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1348#comment-166957</guid>

					<description><![CDATA[Hi ,Thanks for the post.But I have one query since java quartz is a java app now what is the way to run it in linux.We just have to run it as a simple java program or cron job throgh cron commands in linux.]]></description>
			<content:encoded><![CDATA[<p>Hi ,Thanks for the post.But I have one query since java quartz is a java app now what is the way to run it in linux.We just have to run it as a simple java program or cron job throgh cron commands in linux.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Arvind		</title>
		<link>https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-146089</link>

		<dc:creator><![CDATA[Arvind]]></dc:creator>
		<pubDate>Tue, 27 Jan 2015 03:30:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1348#comment-146089</guid>

					<description><![CDATA[Recently I have used Quartz with Adobe CQ in Windows and Linux both. It works fine.]]></description>
			<content:encoded><![CDATA[<p>Recently I have used Quartz with Adobe CQ in Windows and Linux both. It works fine.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-9995</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Wed, 28 May 2014 00:32:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1348#comment-9995</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-9994&quot;&gt;fercis&lt;/a&gt;.

Quartz is Java based. It is not Linux specific.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-9994">fercis</a>.</p>
<p>Quartz is Java based. It is not Linux specific.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: fercis		</title>
		<link>https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-9994</link>

		<dc:creator><![CDATA[fercis]]></dc:creator>
		<pubDate>Tue, 27 May 2014 12:18:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.selikoff.net/?p=1348#comment-9994</guid>

					<description><![CDATA[Does it work in Windows? I can miss something. Is it only for Linux (crontab?) Or does it work on any PC containing JVM?]]></description>
			<content:encoded><![CDATA[<p>Does it work in Windows? I can miss something. Is it only for Linux (crontab?) Or does it work on any PC containing JVM?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott Selikoff		</title>
		<link>https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-3537</link>

		<dc:creator><![CDATA[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><![CDATA[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>https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-3534</link>

		<dc:creator><![CDATA[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><![CDATA[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>https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-2039</link>

		<dc:creator><![CDATA[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><![CDATA[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>https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-1975</link>

		<dc:creator><![CDATA[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><![CDATA[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>https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-1971</link>

		<dc:creator><![CDATA[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><![CDATA[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 :). </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>https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-1963</link>

		<dc:creator><![CDATA[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><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-1962&quot;&gt;Brian Gilstrap&lt;/a&gt;.

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>In reply to <a href="https://www.selikoff.net/2009/11/04/java-cron-job-quartz/comment-page-1/#comment-1962">Brian Gilstrap</a>.</p>
<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>
	</channel>
</rss>
