<?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: Prevent scripts from being killed</title>
	<atom:link href="http://dev.juokaz.com/php/prevent-scripts-from-being-killed/feed" rel="self" type="application/rss+xml" />
	<link>http://dev.juokaz.com/php/prevent-scripts-from-being-killed</link>
	<description>Random ideas, scripts and facts</description>
	<lastBuildDate>Mon, 29 Mar 2010 18:47:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Juozas</title>
		<link>http://dev.juokaz.com/php/prevent-scripts-from-being-killed/comment-page-1#comment-545</link>
		<dc:creator>Juozas</dc:creator>
		<pubDate>Fri, 27 Mar 2009 17:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=417#comment-545</guid>
		<description>Because of hosting provider I use - I have no access to shell; CRON jobs are ran with wget, not cli.</description>
		<content:encoded><![CDATA[<p>Because of hosting provider I use &#8211; I have no access to shell; CRON jobs are ran with wget, not cli.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam L</title>
		<link>http://dev.juokaz.com/php/prevent-scripts-from-being-killed/comment-page-1#comment-544</link>
		<dc:creator>Adam L</dc:creator>
		<pubDate>Fri, 27 Mar 2009 17:26:44 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=417#comment-544</guid>
		<description>I don&#039;t understand why you just don&#039;t run the command from the Command Line?</description>
		<content:encoded><![CDATA[<p>I don&#8217;t understand why you just don&#8217;t run the command from the Command Line?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juozas Kaziukenas&#8217; Blog: Prevent scripts from being killed : Dragonfly Networks</title>
		<link>http://dev.juokaz.com/php/prevent-scripts-from-being-killed/comment-page-1#comment-535</link>
		<dc:creator>Juozas Kaziukenas&#8217; Blog: Prevent scripts from being killed : Dragonfly Networks</dc:creator>
		<pubDate>Fri, 27 Mar 2009 04:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=417#comment-535</guid>
		<description>[...] Kaziukenas has a helpful tip you can use on those long-running scripts to keep going - the set_time_limit [...]</description>
		<content:encoded><![CDATA[<p>[...] Kaziukenas has a helpful tip you can use on those long-running scripts to keep going &#8211; the set_time_limit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juozas Kaziukenas&#8217; Blog: Prevent scripts from being killed : WebNetiques, LLC : Website Developers in Minneapolis, MN</title>
		<link>http://dev.juokaz.com/php/prevent-scripts-from-being-killed/comment-page-1#comment-534</link>
		<dc:creator>Juozas Kaziukenas&#8217; Blog: Prevent scripts from being killed : WebNetiques, LLC : Website Developers in Minneapolis, MN</dc:creator>
		<pubDate>Fri, 27 Mar 2009 04:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=417#comment-534</guid>
		<description>[...] Kaziukenas has a helpful tip you can use on those long-running scripts to keep going - the set_time_limit [...]</description>
		<content:encoded><![CDATA[<p>[...] Kaziukenas has a helpful tip you can use on those long-running scripts to keep going &#8211; the set_time_limit [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juozas Kaziukenas&#8217; Blog: Prevent scripts from being killed &#124; Development Blog With Code Updates : Developercast.com</title>
		<link>http://dev.juokaz.com/php/prevent-scripts-from-being-killed/comment-page-1#comment-524</link>
		<dc:creator>Juozas Kaziukenas&#8217; Blog: Prevent scripts from being killed &#124; Development Blog With Code Updates : Developercast.com</dc:creator>
		<pubDate>Thu, 26 Mar 2009 19:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=417#comment-524</guid>
		<description>[...] Kaziukenas has a helpful tip you can use on those long-running scripts to keep going - the set_time_limit function.   I have [...]</description>
		<content:encoded><![CDATA[<p>[...] Kaziukenas has a helpful tip you can use on those long-running scripts to keep going &#8211; the set_time_limit function.   I have [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wesley</title>
		<link>http://dev.juokaz.com/php/prevent-scripts-from-being-killed/comment-page-1#comment-513</link>
		<dc:creator>Wesley</dc:creator>
		<pubDate>Thu, 26 Mar 2009 07:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=417#comment-513</guid>
		<description>I do the same, except disable output compression. Smart, I will add (remove) that from my scripts as well. (Though they typically don&#039;t output anything)

I do think that the apache_setenv line could be removed, since you typically execute these php cron jobs via the CLI (command line interface) and not via wget http://url/script.php</description>
		<content:encoded><![CDATA[<p>I do the same, except disable output compression. Smart, I will add (remove) that from my scripts as well. (Though they typically don&#8217;t output anything)</p>
<p>I do think that the apache_setenv line could be removed, since you typically execute these php cron jobs via the CLI (command line interface) and not via wget <a href="http://url/script.php" rel="nofollow">http://url/script.php</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Giorgio Sironi</title>
		<link>http://dev.juokaz.com/php/prevent-scripts-from-being-killed/comment-page-1#comment-502</link>
		<dc:creator>Giorgio Sironi</dc:creator>
		<pubDate>Wed, 25 Mar 2009 22:06:16 +0000</pubDate>
		<guid isPermaLink="false">http://dev.juokaz.com/?p=417#comment-502</guid>
		<description>Nice, while I never understand why php permits to set memory limit in the script itself while a 1kb file cannot be written (without using chmod before)...</description>
		<content:encoded><![CDATA[<p>Nice, while I never understand why php permits to set memory limit in the script itself while a 1kb file cannot be written (without using chmod before)&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
