<?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: Content Delivery Network in PHP: Throttling download speed</title>
	<atom:link href="http://www.wolerized.com/tutorial/content-delivery-network-php-throttling-download-speed/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wolerized.com/tutorial/content-delivery-network-php-throttling-download-speed</link>
	<description>X-pect the Un-X-pected - Remi&#039;s spot on the web</description>
	<lastBuildDate>Fri, 06 Apr 2012 17:45:13 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: owen clivet</title>
		<link>http://www.wolerized.com/tutorial/content-delivery-network-php-throttling-download-speed#comment-47</link>
		<dc:creator>owen clivet</dc:creator>
		<pubDate>Tue, 01 Jul 2008 04:52:00 +0000</pubDate>
		<guid isPermaLink="false">#comment-47</guid>
		<description>thanks for the code dudes</description>
		<content:encoded><![CDATA[<p>thanks for the code dudes</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geoff Eagles</title>
		<link>http://www.wolerized.com/tutorial/content-delivery-network-php-throttling-download-speed#comment-7</link>
		<dc:creator>Geoff Eagles</dc:creator>
		<pubDate>Thu, 10 Apr 2008 13:00:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-7</guid>
		<description>Works fine ONLY when the file being transferred is on the local server. fread(), when connected to a stream, only reads until a packet becomes available (it pays no attention to the value of SPEED) so, your delays won&#039;t work as intended.</description>
		<content:encoded><![CDATA[<p>Works fine ONLY when the file being transferred is on the local server. fread(), when connected to a stream, only reads until a packet becomes available (it pays no attention to the value of SPEED) so, your delays won&#8217;t work as intended.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Remi_Woler</title>
		<link>http://www.wolerized.com/tutorial/content-delivery-network-php-throttling-download-speed#comment-6</link>
		<dc:creator>Remi_Woler</dc:creator>
		<pubDate>Wed, 26 Sep 2007 03:27:10 +0000</pubDate>
		<guid isPermaLink="false">#comment-6</guid>
		<description>That depends on where you place the files. The idea is to place the real files outside of your webroot, so the only access to them is available through the script. With a bit of mod_rewrite magic, you can even make it look like the person is actually downloading the real file, and the script will still kick in.
There is a follow-up coming on this article, with for example the mentioned .htaccess, but I got a little tied up in moving to my new house, so that might take a while before it is posted.
Please feel free to ask any remaining questions.
~RW</description>
		<content:encoded><![CDATA[<p>That depends on where you place the files. The idea is to place the real files outside of your webroot, so the only access to them is available through the script. With a bit of mod_rewrite magic, you can even make it look like the person is actually downloading the real file, and the script will still kick in.<br />
There is a follow-up coming on this article, with for example the mentioned .htaccess, but I got a little tied up in moving to my new house, so that might take a while before it is posted.</p>
<p>Please feel free to ask any remaining questions.</p>
<p>~RW</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: click-stop</title>
		<link>http://www.wolerized.com/tutorial/content-delivery-network-php-throttling-download-speed#comment-5</link>
		<dc:creator>click-stop</dc:creator>
		<pubDate>Wed, 26 Sep 2007 03:02:39 +0000</pubDate>
		<guid isPermaLink="false">#comment-5</guid>
		<description>with your example, couldn&#039;t a user enter the file address directly in the browser?
$file = &quot;100mb.bin&quot;;
http://www.yoursite.com/100mb.bin
and hit enter? no throttle?
wtf am i missing.</description>
		<content:encoded><![CDATA[<p>with your example, couldn&#8217;t a user enter the file address directly in the browser?<br />
$file = &#8220;100mb.bin&#8221;;<br />
<a href="http://www.yoursite.com/100mb.bin" rel="nofollow">http://www.yoursite.com/100mb.bin</a><br />
and hit enter? no throttle?<br />
wtf am i missing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

