<?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: how to circumvent a php 30 second time out</title>
	<atom:link href="http://www.juust.org/index.php/how-to-circumvent-php-30-second-time-out/2008/10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.juust.org/index.php/how-to-circumvent-php-30-second-time-out/2008/10/</link>
	<description>Unordered list of one element</description>
	<lastBuildDate>Mon, 23 Aug 2010 12:00:30 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Vanessa</title>
		<link>http://www.juust.org/index.php/how-to-circumvent-php-30-second-time-out/2008/10/comment-page-1/#comment-12064</link>
		<dc:creator>Vanessa</dc:creator>
		<pubDate>Mon, 31 May 2010 05:02:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=187#comment-12064</guid>
		<description>This is a neat way to do it.

I would have done it using php&#039;s inbuilt timoutout function, but you do make a case for relocating after sender headers.

Keep up the good work

Vanessa</description>
		<content:encoded><![CDATA[<p>This is a neat way to do it.</p>
<p>I would have done it using php&#8217;s inbuilt timoutout function, but you do make a case for relocating after sender headers.</p>
<p>Keep up the good work</p>
<p>Vanessa</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: juust</title>
		<link>http://www.juust.org/index.php/how-to-circumvent-php-30-second-time-out/2008/10/comment-page-1/#comment-176</link>
		<dc:creator>juust</dc:creator>
		<pubDate>Tue, 09 Dec 2008 16:52:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=187#comment-176</guid>
		<description>Hosts  do not always allow me to use .htaccess or change php settings. After a few incidents where scripts just would not run on a limited account, I wanted a scripted solution that works independant of using IIS/ Apache server settings. This one ain&#039;t a &#039;killer&#039; solution, but it works independant. It also gives me the option to relocate a php page after sending headers.</description>
		<content:encoded><![CDATA[<p>Hosts  do not always allow me to use .htaccess or change php settings. After a few incidents where scripts just would not run on a limited account, I wanted a scripted solution that works independant of using IIS/ Apache server settings. This one ain&#8217;t a &#8216;killer&#8217; solution, but it works independant. It also gives me the option to relocate a php page after sending headers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rui Costa</title>
		<link>http://www.juust.org/index.php/how-to-circumvent-php-30-second-time-out/2008/10/comment-page-1/#comment-168</link>
		<dc:creator>Rui Costa</dc:creator>
		<pubDate>Wed, 03 Dec 2008 19:44:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.juust.org/?p=187#comment-168</guid>
		<description>Hi!
couldn&#039;t you use a .htaccess file with
&lt;code&gt;php_value max_execution_time 60&lt;/code&gt;
in it?
cheers</description>
		<content:encoded><![CDATA[<p>Hi!<br />
couldn&#8217;t you use a .htaccess file with<br />
<code>php_value max_execution_time 60</code><br />
in it?<br />
cheers</p>
]]></content:encoded>
	</item>
</channel>
</rss>
