<?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"
	>
<channel>
	<title>Comments on: GoDaddy: undocumented 20-second CPU time maximal execution limit? (python, ELF, etc)</title>
	<atom:link href="http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-maximal-execution-limit-python-elf.html/feed" rel="self" type="application/rss+xml" />
	<link>http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-maximal-execution-limit-python-elf.html</link>
	<description>Science, Society, Programming and Hobbies</description>
	<pubDate>Tue, 02 Dec 2008 00:14:09 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Sid</title>
		<link>http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-maximal-execution-limit-python-elf.html#comment-84367</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Sun, 19 Oct 2008 13:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-limit-on-all-executables-python-elf-etc.html#comment-84367</guid>
		<description>Ah, I did not realise the difference.
I'm on GoDaddy right now, and my scripts seem to be running fairly well, and Wordpress 2.6 with decent speed, although I noticed that the Deluxe plan had better performance than my Economy hosting plan, although this might have been a placebo.
Anyways,
Cheers,
Sid</description>
		<content:encoded><![CDATA[<p>Ah, I did not realise the difference.<br />
I&#8217;m on GoDaddy right now, and my scripts seem to be running fairly well, and Wordpress 2.6 with decent speed, although I noticed that the Deluxe plan had better performance than my Economy hosting plan, although this might have been a placebo.<br />
Anyways,<br />
Cheers,<br />
Sid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bogdan</title>
		<link>http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-maximal-execution-limit-python-elf.html#comment-84357</link>
		<dc:creator>Bogdan</dc:creator>
		<pubDate>Sun, 19 Oct 2008 08:46:18 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-limit-on-all-executables-python-elf-etc.html#comment-84357</guid>
		<description>Sid,

that won't show anything, as "sleeping" doesn't consume CPU time as actively as an infinite loop - so this just is not the CPU time you would be trying to measure with this PHP script.

Moreover, as my little experiment with an infinite loop did work, there is no need in any additional testing.</description>
		<content:encoded><![CDATA[<p>Sid,</p>
<p>that won&#8217;t show anything, as &#8220;sleeping&#8221; doesn&#8217;t consume CPU time as actively as an infinite loop - so this just is not the CPU time you would be trying to measure with this PHP script.</p>
<p>Moreover, as my little experiment with an infinite loop did work, there is no need in any additional testing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-maximal-execution-limit-python-elf.html#comment-84351</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Sun, 19 Oct 2008 05:01:04 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-limit-on-all-executables-python-elf-etc.html#comment-84351</guid>
		<description>I guess you could probably try this out with a PHP script which has code like below:

sleep(10);
echo 'The script has been running for 10 seconds';
sleep(10);
echo 'the script has been running for 20 seconds';
sleep(10);
echo 'the script has been running for 30 seconds';

Etcetera? Not sure, just an idea.
Cheers,
Sid</description>
		<content:encoded><![CDATA[<p>I guess you could probably try this out with a PHP script which has code like below:</p>
<p>sleep(10);<br />
echo &#8216;The script has been running for 10 seconds&#8217;;<br />
sleep(10);<br />
echo &#8216;the script has been running for 20 seconds&#8217;;<br />
sleep(10);<br />
echo &#8216;the script has been running for 30 seconds&#8217;;</p>
<p>Etcetera? Not sure, just an idea.<br />
Cheers,<br />
Sid</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: An alternative to shared hosting &#187; Autarchy of the Private Cave</title>
		<link>http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-maximal-execution-limit-python-elf.html#comment-70221</link>
		<dc:creator>An alternative to shared hosting &#187; Autarchy of the Private Cave</dc:creator>
		<pubDate>Wed, 04 Jun 2008 16:51:44 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-limit-on-all-executables-python-elf-etc.html#comment-70221</guid>
		<description>[...] it’s better to have a 125MHz-clamp on CPU, than have a 20-seconds maximal CPU time limit [...]</description>
		<content:encoded><![CDATA[<p>[...] it’s better to have a 125MHz-clamp on CPU, than have a 20-seconds maximal CPU time limit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: GoDaddy shared hosting: too slow? &#187; Autarchy of the Private Cave</title>
		<link>http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-maximal-execution-limit-python-elf.html#comment-29403</link>
		<dc:creator>GoDaddy shared hosting: too slow? &#187; Autarchy of the Private Cave</dc:creator>
		<pubDate>Fri, 19 Oct 2007 14:18:13 +0000</pubDate>
		<guid isPermaLink="false">http://bogdan.org.ua/2007/10/16/godaddy-undocumented-20-second-cpu-time-limit-on-all-executables-python-elf-etc.html#comment-29403</guid>
		<description>[...] GoDaddy: undocumented 20-second CPU time maximal execution limit? (python, ELF, etc) [...]</description>
		<content:encoded><![CDATA[<p>[...] GoDaddy: undocumented 20-second CPU time maximal execution limit? (python, ELF, etc) [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
