<?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: My App Engine failings</title>
	<atom:link href="http://comments.deasil.com/2008/06/01/my-app-engine-failings/feed/" rel="self" type="application/rss+xml" />
	<link>http://comments.deasil.com/2008/06/01/my-app-engine-failings/</link>
	<description>escape colon w q</description>
	<lastBuildDate>Tue, 07 Feb 2012 04:30:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Top 8 Posts of June!</title>
		<link>http://comments.deasil.com/2008/06/01/my-app-engine-failings/comment-page-1/#comment-11203</link>
		<dc:creator>Top 8 Posts of June!</dc:creator>
		<pubDate>Wed, 02 Jul 2008 14:43:03 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/?p=1638#comment-11203</guid>
		<description>[...] 2) My App Engine failings [...]</description>
		<content:encoded><![CDATA[<p>[...] 2) My App Engine failings [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hao</title>
		<link>http://comments.deasil.com/2008/06/01/my-app-engine-failings/comment-page-1/#comment-15125</link>
		<dc:creator>Hao</dc:creator>
		<pubDate>Wed, 04 Jun 2008 03:47:56 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/?p=1638#comment-15125</guid>
		<description>Maybe you could try talking to Benjamin Golub of fftogo. I know he used App Engine + memcached.</description>
		<content:encoded><![CDATA[<p>Maybe you could try talking to Benjamin Golub of fftogo. I know he used App Engine + memcached.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: felix</title>
		<link>http://comments.deasil.com/2008/06/01/my-app-engine-failings/comment-page-1/#comment-15126</link>
		<dc:creator>felix</dc:creator>
		<pubDate>Wed, 04 Jun 2008 02:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/?p=1638#comment-15126</guid>
		<description>Thanks, yeah, I&#039;ve figured out in my head how to break up my definitely very long load process into a bunch of smaller loads to AE. I have a worry that the display side may continue to be too heavy, but I guess I won&#039;t know till I try!&lt;br&gt;&lt;br&gt;I wouldn&#039;t mind a ghetto server. :) It could be optionally used and taxed at a higher CPU cost. I don&#039;t know, I just think that there are some tasks that websites need to do that are intrinsically heavy. I&#039;m sure it&#039;ll get worked out.</description>
		<content:encoded><![CDATA[<p>Thanks, yeah, I&#39;ve figured out in my head how to break up my definitely very long load process into a bunch of smaller loads to AE. I have a worry that the display side may continue to be too heavy, but I guess I won&#39;t know till I try!</p>
<p>I wouldn&#39;t mind a ghetto server. :) It could be optionally used and taxed at a higher CPU cost. I don&#39;t know, I just think that there are some tasks that websites need to do that are intrinsically heavy. I&#39;m sure it&#39;ll get worked out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wtanaka</title>
		<link>http://comments.deasil.com/2008/06/01/my-app-engine-failings/comment-page-1/#comment-15127</link>
		<dc:creator>wtanaka</dc:creator>
		<pubDate>Wed, 04 Jun 2008 00:59:18 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/?p=1638#comment-15127</guid>
		<description>I ran into DeadlineExceededError and came here looking for insight.  In my case, contrary to yours, it looks to be some transient problem.&lt;br&gt;&lt;br&gt;One reason long tasks are bad is that they hurt the latency of short tasks.  You want something like a &quot;long task ghetto server&quot; which only runs long running tasks, but the problem here is that there&#039;s no perfect way to predict the CPU time a task is going to take ahead of time.&lt;br&gt;&lt;br&gt;It seems like it should usually, if not always, be possible to split up long running tasks into either background tasks (run via cron for now -- I imagine Google will add an Idle/Background task API at some point) or tasks run with javascript.</description>
		<content:encoded><![CDATA[<p>I ran into DeadlineExceededError and came here looking for insight.  In my case, contrary to yours, it looks to be some transient problem.</p>
<p>One reason long tasks are bad is that they hurt the latency of short tasks.  You want something like a &#8220;long task ghetto server&#8221; which only runs long running tasks, but the problem here is that there&#39;s no perfect way to predict the CPU time a task is going to take ahead of time.</p>
<p>It seems like it should usually, if not always, be possible to split up long running tasks into either background tasks (run via cron for now &#8212; I imagine Google will add an Idle/Background task API at some point) or tasks run with javascript.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A few more Python thoughts from a Perl guy</title>
		<link>http://comments.deasil.com/2008/06/01/my-app-engine-failings/comment-page-1/#comment-10946</link>
		<dc:creator>A few more Python thoughts from a Perl guy</dc:creator>
		<pubDate>Tue, 03 Jun 2008 14:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/?p=1638#comment-10946</guid>
		<description>[...] I&#8217;ve really had a go at it. I guess I have Google and App Engine to thank for that (although App Engine itself isn&#8217;t without it&#8217;s frustrations for me! Again, I suspect a mindset change is required).  &#160;&#8593;&#160;  Breakfast Links: Save [...]</description>
		<content:encoded><![CDATA[<p>[...] I&#8217;ve really had a go at it. I guess I have Google and App Engine to thank for that (although App Engine itself isn&#8217;t without it&#8217;s frustrations for me! Again, I suspect a mindset change is required).  &nbsp;&uarr;&nbsp;  Breakfast Links: Save [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: FriendZone, see who&#8217;s in your Friendfeed circle</title>
		<link>http://comments.deasil.com/2008/06/01/my-app-engine-failings/comment-page-1/#comment-10936</link>
		<dc:creator>FriendZone, see who&#8217;s in your Friendfeed circle</dc:creator>
		<pubDate>Mon, 02 Jun 2008 14:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://comments.deasil.com/?p=1638#comment-10936</guid>
		<description>[...] It needs some polishing and will get it, but I figure release early and release often, right? Anyway, go see who&#8217;s in your FriendZone and post some charts to FriendFeed. I&#8217;m very curious to see how similar people&#8217;s charts are. Oh and come back here and let me know if you notice any problems or have any suggestions. (Also, if you happen to read this blog, this was the second app I worked on yesterday morn that caused me all the App Engine agitation). [...]</description>
		<content:encoded><![CDATA[<p>[...] It needs some polishing and will get it, but I figure release early and release often, right? Anyway, go see who&#8217;s in your FriendZone and post some charts to FriendFeed. I&#8217;m very curious to see how similar people&#8217;s charts are. Oh and come back here and let me know if you notice any problems or have any suggestions. (Also, if you happen to read this blog, this was the second app I worked on yesterday morn that caused me all the App Engine agitation). [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

