<?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: Google App Engine &#8211; the first experiences</title>
	<atom:link href="http://yken.org/2010/01/26/google-app-engine-the-first-experiences/feed/" rel="self" type="application/rss+xml" />
	<link>http://yken.org/2010/01/26/google-app-engine-the-first-experiences/</link>
	<description>...it depends</description>
	<lastBuildDate>Sun, 29 Aug 2010 03:02:06 +0200</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ivo</title>
		<link>http://yken.org/2010/01/26/google-app-engine-the-first-experiences/comment-page-1/#comment-811</link>
		<dc:creator>Ivo</dc:creator>
		<pubDate>Sun, 07 Mar 2010 17:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://yken.org/?p=334#comment-811</guid>
		<description>The reason for the first problem (occasional blank pages) became obvious to me now. Because of the typo in if __name__ == &#039;main&#039;, the condition never evaluated to true, thus main() function was not called upon the first invocation of the script. But any subsequent invocation of the script succeeded because of the app caching - the source code was not evaluated anymore, the App Engine called main() directly (the App Engine knew that main() was present in the script).

So the &quot;strange&quot; behavior of my app was entirely my mistake.</description>
		<content:encoded><![CDATA[<p>The reason for the first problem (occasional blank pages) became obvious to me now. Because of the typo in if __name__ == &#8216;main&#8217;, the condition never evaluated to true, thus main() function was not called upon the first invocation of the script. But any subsequent invocation of the script succeeded because of the app caching &#8211; the source code was not evaluated anymore, the App Engine called main() directly (the App Engine knew that main() was present in the script).</p>
<p>So the &#8220;strange&#8221; behavior of my app was entirely my mistake.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fikovnik</title>
		<link>http://yken.org/2010/01/26/google-app-engine-the-first-experiences/comment-page-1/#comment-807</link>
		<dc:creator>Fikovnik</dc:creator>
		<pubDate>Wed, 27 Jan 2010 16:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://yken.org/?p=334#comment-807</guid>
		<description>Thanks for sharing! Looking forward to next posts!

Nice design btw!</description>
		<content:encoded><![CDATA[<p>Thanks for sharing! Looking forward to next posts!</p>
<p>Nice design btw!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
