<?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: PHP Random Sleep Function with Flush</title>
	<atom:link href="http://www.edmondscommerce.co.uk/php/php-random-sleep-function-with-flush/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.edmondscommerce.co.uk/php/php-random-sleep-function-with-flush/</link>
	<description>Freelance PHP Ecommerce and SEO Developer in the UK</description>
	<lastBuildDate>Sat, 11 Feb 2012 03:49:53 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: James</title>
		<link>http://www.edmondscommerce.co.uk/php/php-random-sleep-function-with-flush/comment-page-1/#comment-3707</link>
		<dc:creator>James</dc:creator>
		<pubDate>Fri, 06 Jan 2012 16:01:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/php/php-random-sleep-function-with-flush/#comment-3707</guid>
		<description>Thanks I was looking for something like this as I was using sleep but it still seemed to go to fast on some parts.

I am using your function like this incase someone else wanted to know

sleep_flush(1);</description>
		<content:encoded><![CDATA[<p>Thanks I was looking for something like this as I was using sleep but it still seemed to go to fast on some parts.</p>
<p>I am using your function like this incase someone else wanted to know</p>
<p>sleep_flush(1);</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.edmondscommerce.co.uk/php/php-random-sleep-function-with-flush/comment-page-1/#comment-3706</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 06 Jan 2012 12:16:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/php/php-random-sleep-function-with-flush/#comment-3706</guid>
		<description>you may have output buffering turned on

try running

ob_end_flush();

at the top of your script</description>
		<content:encoded><![CDATA[<p>you may have output buffering turned on</p>
<p>try running</p>
<p>ob_end_flush();</p>
<p>at the top of your script</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sarcina Saptamani</title>
		<link>http://www.edmondscommerce.co.uk/php/php-random-sleep-function-with-flush/comment-page-1/#comment-3705</link>
		<dc:creator>Sarcina Saptamani</dc:creator>
		<pubDate>Fri, 06 Jan 2012 12:01:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.edmondscommerce.co.uk/blog/php/php-random-sleep-function-with-flush/#comment-3705</guid>
		<description>good script but flush() is not acting as he says..;(</description>
		<content:encoded><![CDATA[<p>good script but flush() is not acting as he says..;(</p>
]]></content:encoded>
	</item>
</channel>
</rss>

