<?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: Experiments with WP Cron</title>
	<atom:link href="http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=experiments-with-wp-cron</link>
	<description>Simon trades as Sweet Interaction Ltd</description>
	<lastBuildDate>Tue, 07 Feb 2012 01:02:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: WordPress: WP-Cron and Basic Authentication</title>
		<link>http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/comment-page-1/#comment-145913</link>
		<dc:creator>WordPress: WP-Cron and Basic Authentication</dc:creator>
		<pubDate>Thu, 30 Jun 2011 10:19:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/?p=678#comment-145913</guid>
		<description>[...] if maybe wp-cron is broken.I did a some googling and find and interesting article about wp-cron. Experiments with WP Cron explains how wp-cron works and is excellent reading if you find yourself thinking wp-cron is just [...]</description>
		<content:encoded><![CDATA[<p>[...] if maybe wp-cron is broken.I did a some googling and find and interesting article about wp-cron. Experiments with WP Cron explains how wp-cron works and is excellent reading if you find yourself thinking wp-cron is just [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Shepherd</title>
		<link>http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/comment-page-1/#comment-50865</link>
		<dc:creator>Brent Shepherd</dc:creator>
		<pubDate>Mon, 07 Sep 2009 16:29:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/?p=678#comment-50865</guid>
		<description>Simon, in case you ever run across the problem I mentioned above, here is the trac ticket and explanation: 

http://core.trac.wordpress.org/ticket/10468

Should be fixed in 2.9 though.</description>
		<content:encoded><![CDATA[<p>Simon, in case you ever run across the problem I mentioned above, here is the trac ticket and explanation: </p>
<p><a href="http://core.trac.wordpress.org/ticket/10468" rel="nofollow">http://core.trac.wordpress.org/ticket/10468</a></p>
<p>Should be fixed in 2.9 though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Shepherd</title>
		<link>http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/comment-page-1/#comment-50791</link>
		<dc:creator>Brent Shepherd</dc:creator>
		<pubDate>Sun, 06 Sep 2009 00:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/?p=678#comment-50791</guid>
		<description>Hi Simon,

Yep functions look right now. :)

Experimenting with wp cron myself, it looks like the function hooked to the schedule item doesn&#039;t receive the full &#039;arg&#039; array. It receives the first value in the array, but not the rest and no array keys (if an associative array).

Did you find this also?

I also tested it with your plugin&#039;s code to make sure and it was reproducible.

Feel free to ignore this, I&#039;ll probably email the wp-hackers list about it too. :)</description>
		<content:encoded><![CDATA[<p>Hi Simon,</p>
<p>Yep functions look right now. <img src='http://www.simonwheatley.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Experimenting with wp cron myself, it looks like the function hooked to the schedule item doesn&#8217;t receive the full &#8216;arg&#8217; array. It receives the first value in the array, but not the rest and no array keys (if an associative array).</p>
<p>Did you find this also?</p>
<p>I also tested it with your plugin&#8217;s code to make sure and it was reproducible.</p>
<p>Feel free to ignore this, I&#8217;ll probably email the wp-hackers list about it too. <img src='http://www.simonwheatley.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simonwheatley</title>
		<link>http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/comment-page-1/#comment-50756</link>
		<dc:creator>simonwheatley</dc:creator>
		<pubDate>Fri, 04 Sep 2009 19:07:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/?p=678#comment-50756</guid>
		<description>Hi Brent, good spot re the functions.. I think I&#039;ve got it right now?</description>
		<content:encoded><![CDATA[<p>Hi Brent, good spot re the functions.. I think I&#8217;ve got it right now?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brent Shepherd</title>
		<link>http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/comment-page-1/#comment-50755</link>
		<dc:creator>Brent Shepherd</dc:creator>
		<pubDate>Fri, 04 Sep 2009 18:35:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/?p=678#comment-50755</guid>
		<description>Very handy tutorial, thanks! The codex is a little lite on the general useage of wp-cron.

Just one mixup though, the functions are in reverse order in this sentence:
&quot;To set a one off event, you use the function wp_schedule_event and to schedule recurring events you use wp_schedule_single_event.&quot;

Thanks again. :)</description>
		<content:encoded><![CDATA[<p>Very handy tutorial, thanks! The codex is a little lite on the general useage of wp-cron.</p>
<p>Just one mixup though, the functions are in reverse order in this sentence:<br />
&#8220;To set a one off event, you use the function wp_schedule_event and to schedule recurring events you use wp_schedule_single_event.&#8221;</p>
<p>Thanks again. <img src='http://www.simonwheatley.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/comment-page-1/#comment-45664</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sat, 11 Jul 2009 15:09:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/?p=678#comment-45664</guid>
		<description>Oh, I forgot to include that line. But that line is present, like the following:

add_action(&quot;sp_add_post_event&quot;, &quot;sp_add_post&quot;);

I found out that there is a problem with wp-cron. wp_reschedule_event() reschedules event on a proper date in future, but after I reload any page of blog an event is being REMOVED from cron array, and I have no idea why??</description>
		<content:encoded><![CDATA[<p>Oh, I forgot to include that line. But that line is present, like the following:</p>
<p>add_action(&#8220;sp_add_post_event&#8221;, &#8220;sp_add_post&#8221;);</p>
<p>I found out that there is a problem with wp-cron. wp_reschedule_event() reschedules event on a proper date in future, but after I reload any page of blog an event is being REMOVED from cron array, and I have no idea why??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simonwheatley</title>
		<link>http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/comment-page-1/#comment-45585</link>
		<dc:creator>simonwheatley</dc:creator>
		<pubDate>Fri, 10 Jul 2009 11:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/?p=678#comment-45585</guid>
		<description>Good point, jarl. Thanks for chipping in!</description>
		<content:encoded><![CDATA[<p>Good point, jarl. Thanks for chipping in!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jarl</title>
		<link>http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/comment-page-1/#comment-45560</link>
		<dc:creator>jarl</dc:creator>
		<pubDate>Thu, 09 Jul 2009 23:09:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/?p=678#comment-45560</guid>
		<description>To dennis:
You need to add : 

add_action(&quot;sp_add_post_event&quot;,&quot;theFunctionYouNeedDone&quot;);</description>
		<content:encoded><![CDATA[<p>To dennis:<br />
You need to add : </p>
<p>add_action(&#8220;sp_add_post_event&#8221;,&#8221;theFunctionYouNeedDone&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: simonwheatley</title>
		<link>http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/comment-page-1/#comment-45357</link>
		<dc:creator>simonwheatley</dc:creator>
		<pubDate>Mon, 06 Jul 2009 17:51:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/?p=678#comment-45357</guid>
		<description>You could setup something on a cron job that pinged your site&#039;s homepage every however many minutes; you could also use one of the free site uptime monitors and then you also get uptime monitoring!</description>
		<content:encoded><![CDATA[<p>You could setup something on a cron job that pinged your site&#8217;s homepage every however many minutes; you could also use one of the free site uptime monitors and then you also get uptime monitoring!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dennis</title>
		<link>http://www.simonwheatley.co.uk/2009/03/04/experiments-with-wp-cron/comment-page-1/#comment-45270</link>
		<dc:creator>Dennis</dc:creator>
		<pubDate>Sat, 04 Jul 2009 11:44:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.simonwheatley.co.uk/?p=678#comment-45270</guid>
		<description>Got it! WP Cron is actually a pseudo cron, which relies on visitors traffic, so if you don&#039;t have enough traffic cron schedule will not be performed in time. I wonder if it&#039;s possible to set real Cronjob on Unix/Linux server to execute WP Pseudo Cron in WordPress on hourly basis, so that performance doesn&#039;t depend on visitors?</description>
		<content:encoded><![CDATA[<p>Got it! WP Cron is actually a pseudo cron, which relies on visitors traffic, so if you don&#8217;t have enough traffic cron schedule will not be performed in time. I wonder if it&#8217;s possible to set real Cronjob on Unix/Linux server to execute WP Pseudo Cron in WordPress on hourly basis, so that performance doesn&#8217;t depend on visitors?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

