<?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 Tutorial &#8211; Managing cron tab or cron job is Easy!</title>
	<atom:link href="http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/</link>
	<description>Blog Dedicated To Internet Marketing!</description>
	<lastBuildDate>Tue, 20 Dec 2011 07:33:58 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: John</title>
		<link>http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/comment-page-1/#comment-4395</link>
		<dc:creator>John</dc:creator>
		<pubDate>Sat, 17 Sep 2011 16:33:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasters-central.com/article-blog/?p=164#comment-4395</guid>
		<description>Thanks for the tip of adding &quot;&gt;/dev/null 2&gt;&amp;1&quot; right after the php path. The sending of emails stopped ;)

@others: To test the cron job use the link provided by Radhika: http://www.webmasters-central.com/article-blog/tutorials/how-to-know-whether-cron-is-working-or-not/

+ and setup the php file to send an email to yourself using: 
$header = &quot;From: My Server &quot;;
mail(&quot;your@mailadress.com&quot;, &#039;Cron Job executed&#039;, &quot;test&quot;, $header);

Cheers!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip of adding &#8220;&gt;/dev/null 2&gt;&amp;1&#8243; right after the php path. The sending of emails stopped <img src='http://www.webmasters-central.com/article-blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>@others: To test the cron job use the link provided by Radhika: <a href="http://www.webmasters-central.com/article-blog/tutorials/how-to-know-whether-cron-is-working-or-not/" rel="nofollow">http://www.webmasters-central.com/article-blog/tutorials/how-to-know-whether-cron-is-working-or-not/</a></p>
<p>+ and setup the php file to send an email to yourself using:<br />
$header = &#8220;From: My Server &#8220;;<br />
mail(&#8221;your@mailadress.com&#8221;, &#8216;Cron Job executed&#8217;, &#8220;test&#8221;, $header);</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: beads</title>
		<link>http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/comment-page-1/#comment-4383</link>
		<dc:creator>beads</dc:creator>
		<pubDate>Tue, 12 Jul 2011 09:48:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasters-central.com/article-blog/?p=164#comment-4383</guid>
		<description>I need to setup a Cron task
the Command path I have been given is
php -f /var/www/vhosts/domain.com.au/httpdocs/emailmarketer/admin/cron/cron.php
but this is not working
should I insert ‘usr/bin/php’
and if so where abouts in the path does this go?</description>
		<content:encoded><![CDATA[<p>I need to setup a Cron task<br />
the Command path I have been given is<br />
php -f /var/www/vhosts/domain.com.au/httpdocs/emailmarketer/admin/cron/cron.php<br />
but this is not working<br />
should I insert ‘usr/bin/php’<br />
and if so where abouts in the path does this go?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: easycron</title>
		<link>http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/comment-page-1/#comment-4356</link>
		<dc:creator>easycron</dc:creator>
		<pubDate>Wed, 12 Jan 2011 18:15:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasters-central.com/article-blog/?p=164#comment-4356</guid>
		<description>if you don’t have privilege to setup cron job or don’t know how to, a third party webcron may be a good option for you. easyCron provides a free plan at http://www.easycron.com/user/register/plan/1.</description>
		<content:encoded><![CDATA[<p>if you don’t have privilege to setup cron job or don’t know how to, a third party webcron may be a good option for you. easyCron provides a free plan at <a href="http://www.easycron.com/user/register/plan/1." rel="nofollow">http://www.easycron.com/user/register/plan/1.</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kodeki</title>
		<link>http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/comment-page-1/#comment-4343</link>
		<dc:creator>Kodeki</dc:creator>
		<pubDate>Tue, 05 Oct 2010 12:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasters-central.com/article-blog/?p=164#comment-4343</guid>
		<description>How to configure Cron in Direct Panel?</description>
		<content:encoded><![CDATA[<p>How to configure Cron in Direct Panel?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: cw</title>
		<link>http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/comment-page-1/#comment-4341</link>
		<dc:creator>cw</dc:creator>
		<pubDate>Fri, 24 Sep 2010 00:50:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasters-central.com/article-blog/?p=164#comment-4341</guid>
		<description>hi, I don&#039;t know if you can help me.

I need to setup a Cron task

the Command path I have been given is

php -f /var/www/vhosts/domain.com.au/httpdocs/emailmarketer/admin/cron/cron.php

but this is not working

should I insert &#039;usr/bin/php&#039;
and if so where abouts in the path does this go?</description>
		<content:encoded><![CDATA[<p>hi, I don&#8217;t know if you can help me.</p>
<p>I need to setup a Cron task</p>
<p>the Command path I have been given is</p>
<p>php -f /var/www/vhosts/domain.com.au/httpdocs/emailmarketer/admin/cron/cron.php</p>
<p>but this is not working</p>
<p>should I insert &#8216;usr/bin/php&#8217;<br />
and if so where abouts in the path does this go?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Netaji</title>
		<link>http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/comment-page-1/#comment-4338</link>
		<dc:creator>Netaji</dc:creator>
		<pubDate>Wed, 25 Aug 2010 04:19:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasters-central.com/article-blog/?p=164#comment-4338</guid>
		<description>How to create a example cron job in personal desktop/laptop and checking the job in same personal desktop/laptop</description>
		<content:encoded><![CDATA[<p>How to create a example cron job in personal desktop/laptop and checking the job in same personal desktop/laptop</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jitesh Lachhwani</title>
		<link>http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/comment-page-1/#comment-4336</link>
		<dc:creator>Jitesh Lachhwani</dc:creator>
		<pubDate>Thu, 05 Aug 2010 05:23:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasters-central.com/article-blog/?p=164#comment-4336</guid>
		<description>Hi,

I have scheduled a cron job to execute every five minutes, now i am facing this issue. Occasionally if the job is not finished in five minutes another instance of the same job will start executing by cron tab, which will make it tougher for the first job to finish and ending up queuing up of multiple jobs working on the same shared resources.
So is it possible to schedule a cron tab in such a manner that it will check if the an instance of same job is already running do not start a new job.

Thanks,
Jitesh</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have scheduled a cron job to execute every five minutes, now i am facing this issue. Occasionally if the job is not finished in five minutes another instance of the same job will start executing by cron tab, which will make it tougher for the first job to finish and ending up queuing up of multiple jobs working on the same shared resources.<br />
So is it possible to schedule a cron tab in such a manner that it will check if the an instance of same job is already running do not start a new job.</p>
<p>Thanks,<br />
Jitesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DhruVak</title>
		<link>http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/comment-page-1/#comment-4331</link>
		<dc:creator>DhruVak</dc:creator>
		<pubDate>Wed, 21 Jul 2010 10:19:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasters-central.com/article-blog/?p=164#comment-4331</guid>
		<description>Nice and very useful information.
Thanks a lot.</description>
		<content:encoded><![CDATA[<p>Nice and very useful information.<br />
Thanks a lot.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aditya</title>
		<link>http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/comment-page-1/#comment-4298</link>
		<dc:creator>Aditya</dc:creator>
		<pubDate>Mon, 10 May 2010 06:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasters-central.com/article-blog/?p=164#comment-4298</guid>
		<description>The info given for cron job, proved very helpful for me.</description>
		<content:encoded><![CDATA[<p>The info given for cron job, proved very helpful for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Newman</title>
		<link>http://www.webmasters-central.com/article-blog/tutorials/cron-tutorial-managing-cron-tab-or-cron-job-is-easy/comment-page-1/#comment-4296</link>
		<dc:creator>Kevin Newman</dc:creator>
		<pubDate>Thu, 29 Apr 2010 17:59:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.webmasters-central.com/article-blog/?p=164#comment-4296</guid>
		<description>The Cron kept emailing me 3 - 4 times a day, it was driving me nuts until I came across this super article very informative and precise. I just wish that all articles were as good.  

Thanks for your help!

Kevin</description>
		<content:encoded><![CDATA[<p>The Cron kept emailing me 3 &#8211; 4 times a day, it was driving me nuts until I came across this super article very informative and precise. I just wish that all articles were as good.  </p>
<p>Thanks for your help!</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
</channel>
</rss>

