<?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: Staying True to the Feed</title>
	<atom:link href="http://cias.rit.edu/~iv/blog/archives/180/feed" rel="self" type="application/rss+xml" />
	<link>http://cias.rit.edu/~iv/blog/archives/180</link>
	<description>Newsiversse :: Web Based Feed</description>
	<lastBuildDate>Sat, 11 Apr 2009 22:51:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.2</generator>
	<item>
		<title>By: Brad coudriet</title>
		<link>http://cias.rit.edu/~iv/blog/archives/180/comment-page-1#comment-6</link>
		<dc:creator>Brad coudriet</dc:creator>
		<pubDate>Sat, 11 Apr 2009 22:51:25 +0000</pubDate>
		<guid isPermaLink="false">http://cias.rit.edu/~iv/blog/?p=180#comment-6</guid>
		<description>How often are you refreshing your remote feeds?
One of the reason our servers disable remote URL access is because it becomes very easy to create a script that can use the web server as a denial of service weapon.

Instead of getting the feeds via php and the webserver I would use a periodic cron script via the Linux shell and grab all your feeds once every X minutes. Just my two cents. In this case I would use wget to get the remote feed, then use php on the webserver to read and parse the downloaded files.</description>
		<content:encoded><![CDATA[<p>How often are you refreshing your remote feeds?<br />
One of the reason our servers disable remote URL access is because it becomes very easy to create a script that can use the web server as a denial of service weapon.</p>
<p>Instead of getting the feeds via php and the webserver I would use a periodic cron script via the Linux shell and grab all your feeds once every X minutes. Just my two cents. In this case I would use wget to get the remote feed, then use php on the webserver to read and parse the downloaded files.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

