<?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: Fatal error: Maximum Execution Time of xx Second Exceeded in filepath.php</title>
	<atom:link href="http://www.satya-weblog.com/2008/04/fatal-error-maximum-execution-time-of.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.satya-weblog.com/2008/04/fatal-error-maximum-execution-time-of.html</link>
	<description>a web development blog</description>
	<lastBuildDate>Sat, 31 Jul 2010 17:21:21 +0530</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Bill Bartmann</title>
		<link>http://www.satya-weblog.com/2008/04/fatal-error-maximum-execution-time-of.html/comment-page-1#comment-194</link>
		<dc:creator>Bill Bartmann</dc:creator>
		<pubDate>Mon, 21 Sep 2009 13:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyakaran.com/2008/04/fatal-error-maximum-execution-time-of-xx-second-exceeded-in-filepath-php.html#comment-194</guid>
		<description>Cool site, love the info.  I do a lot of research online on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I&#039;m glad I found your blog.  Thanks, :)

A definite great read.. &lt;a href=&quot;http://wiki.hudson-ci.org/display/~bill-bartmann&quot;&lt;/a&gt;

&lt;a href=&quot;http://wiki.jfrog.org/confluence/display/~bill-bartmann&quot; rel=&quot;nofollow&quot;&gt;-Bill-Bartmann&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Cool site, love the info.  I do a lot of research online on a daily basis and for the most part, people lack substance but, I just wanted to make a quick comment to say I&#8217;m glad I found your blog.  Thanks, <img src='http://www.satya-weblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>A definite great read.. &lt;a href=&quot;http://wiki.hudson-ci.org/display/~bill-bartmann&quot;</p>
<p><a href="http://wiki.jfrog.org/confluence/display/~bill-bartmann" rel="nofollow">-Bill-Bartmann</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: satyakaran</title>
		<link>http://www.satya-weblog.com/2008/04/fatal-error-maximum-execution-time-of.html/comment-page-1#comment-165</link>
		<dc:creator>satyakaran</dc:creator>
		<pubDate>Mon, 26 Jan 2009 08:48:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.satyakaran.com/2008/04/fatal-error-maximum-execution-time-of-xx-second-exceeded-in-filepath-php.html#comment-165</guid>
		<description>I have found this comment on php.net very useful:&lt;br/&gt;&lt;i&gt;&lt;br/&gt;After the error&lt;br/&gt;Fatal error: Maximum execution time of [...] seconds exceeded [...]&lt;br/&gt;has appeared, shut-down functions are still called (afterwards). So, by using register_shutdown_function, you can save data in a session and offer the user a link to start the script again. Then the script can go on with the Session-data.&lt;br/&gt;&lt;br/&gt;Example: if you are analyzing a text-file, you can save your analyzed data in a session together with the position of the filepointer (ftell) and start from that possition the next time the user runs the script (fseek). &lt;br/&gt;&lt;br/&gt;To determine whether the script was finished or aborted, you simply set a bool false at the beginning and true at the end, and in the shutdown-function you check if it&#039;s still false.&lt;/i&gt;</description>
		<content:encoded><![CDATA[<p>I have found this comment on php.net very useful:<br /><i><br />After the error<br />Fatal error: Maximum execution time of [...] seconds exceeded [...]<br />has appeared, shut-down functions are still called (afterwards). So, by using register_shutdown_function, you can save data in a session and offer the user a link to start the script again. Then the script can go on with the Session-data.</p>
<p>Example: if you are analyzing a text-file, you can save your analyzed data in a session together with the position of the filepointer (ftell) and start from that possition the next time the user runs the script (fseek). </p>
<p>To determine whether the script was finished or aborted, you simply set a bool false at the beginning and true at the end, and in the shutdown-function you check if it&#8217;s still false.</i></p>
]]></content:encoded>
	</item>
</channel>
</rss>
