<?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: New! SimplePie Accelerator 1.0 Released to Manufacturing</title>
	<atom:link href="http://www.michaelpshipley.com/simplepie/simplepie-accelerator-34/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelpshipley.com/simplepie/simplepie-accelerator-34/</link>
	<description></description>
	<lastBuildDate>Thu, 24 Jun 2010 00:31:09 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael P. Shipley</title>
		<link>http://www.michaelpshipley.com/simplepie/simplepie-accelerator-34/comment-page-1/#comment-810</link>
		<dc:creator>Michael P. Shipley</dc:creator>
		<pubDate>Tue, 30 Mar 2010 11:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=34#comment-810</guid>
		<description>1. Run the accelerator to update your simplepie feed cache.

2. Run simplepie normally with a cacheduration of 999999999. This will force SP to not try to update the feed cache which will make it go very fast.

Example:

require_once &#039;simplepie_accelerator.php&#039;;
require_once &quot;simplepie.inc&quot;;

$urls = array(&#039;feed1.com&#039;,&#039;feed2.com&#039;,&#039;feed3.com&#039;);
$options = array(
    &#039;urls&#039;=&gt;$urls,
    &#039;maxProcesses&#039;=&gt;5,
    &#039;timeout&#039;=&gt;10,
    &#039;debug&#039;=&gt;0,
    &#039;updaterPath&#039;=&gt;&#039;&#039;, // current directory
    &#039;cacheDuration&#039;=&gt;3600,
    &#039;enableCache&#039;=&gt;1
    );
$sa = new SimplePie_Accelerator($options);

// cache is updated, now run SP normally with cacheduration=99999999.

$feed = new SimplePie();
$feed-&gt;set_feed_url($urls);
$feed-&gt;set_cache_duration(999999999);
$feed-&gt;init();</description>
		<content:encoded><![CDATA[<p>1. Run the accelerator to update your simplepie feed cache.</p>
<p>2. Run simplepie normally with a cacheduration of 999999999. This will force SP to not try to update the feed cache which will make it go very fast.</p>
<p>Example:</p>
<p>require_once &#8217;simplepie_accelerator.php&#8217;;<br />
require_once &#8220;simplepie.inc&#8221;;</p>
<p>$urls = array(&#8217;feed1.com&#8217;,'feed2.com&#8217;,'feed3.com&#8217;);<br />
$options = array(<br />
    &#8216;urls&#8217;=>$urls,<br />
    &#8216;maxProcesses&#8217;=>5,<br />
    &#8216;timeout&#8217;=>10,<br />
    &#8216;debug&#8217;=>0,<br />
    &#8216;updaterPath&#8217;=>&#8221;, // current directory<br />
    &#8216;cacheDuration&#8217;=>3600,<br />
    &#8216;enableCache&#8217;=>1<br />
    );<br />
$sa = new SimplePie_Accelerator($options);</p>
<p>// cache is updated, now run SP normally with cacheduration=99999999.</p>
<p>$feed = new SimplePie();<br />
$feed->set_feed_url($urls);<br />
$feed->set_cache_duration(999999999);<br />
$feed->init();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danne</title>
		<link>http://www.michaelpshipley.com/simplepie/simplepie-accelerator-34/comment-page-1/#comment-809</link>
		<dc:creator>Danne</dc:creator>
		<pubDate>Tue, 30 Mar 2010 11:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=34#comment-809</guid>
		<description>Hi Michael,

Thanks for your commitment to fixing SimplePies speed issues, the accelerator sounds great! I am however having some trouble integrating it with my current setup.

I have managed to do the test ok, and everything seems fine. My problem is how I use it with my simplepie feeds, I don&#039;t really understand how to &quot;hook up&quot; the accelerator to the regular simplepie setup. I am a beginner PHP coder but I understand a bit. It&#039;s probably me not understanding some dumb basic thing.

Would it be possible to get some quick instructions on how I would get it to work on a regular Simplepie instance? One where I just call simplepie and get a feed?

I would really appreciate any help!

Thank you once again!</description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>Thanks for your commitment to fixing SimplePies speed issues, the accelerator sounds great! I am however having some trouble integrating it with my current setup.</p>
<p>I have managed to do the test ok, and everything seems fine. My problem is how I use it with my simplepie feeds, I don&#8217;t really understand how to &#8220;hook up&#8221; the accelerator to the regular simplepie setup. I am a beginner PHP coder but I understand a bit. It&#8217;s probably me not understanding some dumb basic thing.</p>
<p>Would it be possible to get some quick instructions on how I would get it to work on a regular Simplepie instance? One where I just call simplepie and get a feed?</p>
<p>I would really appreciate any help!</p>
<p>Thank you once again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.michaelpshipley.com/simplepie/simplepie-accelerator-34/comment-page-1/#comment-357</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Tue, 22 Sep 2009 17:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=34#comment-357</guid>
		<description>I have wget installed and working but the accelerator script fails the test everytime. Any idea why this would be happening?</description>
		<content:encoded><![CDATA[<p>I have wget installed and working but the accelerator script fails the test everytime. Any idea why this would be happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pakdoz</title>
		<link>http://www.michaelpshipley.com/simplepie/simplepie-accelerator-34/comment-page-1/#comment-234</link>
		<dc:creator>Pakdoz</dc:creator>
		<pubDate>Mon, 01 Jun 2009 13:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=34#comment-234</guid>
		<description>Hi,
how to make simplepie accelerator working together with newsblock?</description>
		<content:encoded><![CDATA[<p>Hi,<br />
how to make simplepie accelerator working together with newsblock?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morteza</title>
		<link>http://www.michaelpshipley.com/simplepie/simplepie-accelerator-34/comment-page-1/#comment-176</link>
		<dc:creator>Morteza</dc:creator>
		<pubDate>Sat, 31 Jan 2009 16:45:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=34#comment-176</guid>
		<description>Is there any way for Hosts that doesn&#039;t support PHP exec?</description>
		<content:encoded><![CDATA[<p>Is there any way for Hosts that doesn&#8217;t support PHP exec?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jonathan</title>
		<link>http://www.michaelpshipley.com/simplepie/simplepie-accelerator-34/comment-page-1/#comment-162</link>
		<dc:creator>Jonathan</dc:creator>
		<pubDate>Wed, 31 Dec 2008 21:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=34#comment-162</guid>
		<description>Is there a way to test if the accelerator is working/set-up correctly? (other than the page load time - looking for more concrete proof).</description>
		<content:encoded><![CDATA[<p>Is there a way to test if the accelerator is working/set-up correctly? (other than the page load time &#8211; looking for more concrete proof).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael Shipley</title>
		<link>http://www.michaelpshipley.com/simplepie/simplepie-accelerator-34/comment-page-1/#comment-78</link>
		<dc:creator>Michael Shipley</dc:creator>
		<pubDate>Fri, 19 Sep 2008 01:02:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=34#comment-78</guid>
		<description>If you mean does it work in a Apache, MySQL, PHP environment then yes it does. It requires:

    * PHP5
    * PHP exec
    * WGET
    * Linux operating system</description>
		<content:encoded><![CDATA[<p>If you mean does it work in a Apache, MySQL, PHP environment then yes it does. It requires:</p>
<p>    * PHP5<br />
    * PHP exec<br />
    * WGET<br />
    * Linux operating system</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.michaelpshipley.com/simplepie/simplepie-accelerator-34/comment-page-1/#comment-77</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 18 Sep 2008 22:51:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.michaelpshipley.com/?p=34#comment-77</guid>
		<description>has anyone tried this inside an environment like xampp ?</description>
		<content:encoded><![CDATA[<p>has anyone tried this inside an environment like xampp ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.090 seconds -->
