<?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/"
	xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule"
	>
<channel>
	<title>Comments on: SDK 1.1.5 released &#8211; App Engine development speeding up?</title>
	<atom:link href="http://aralbalkan.com/1507/feed" rel="self" type="application/rss+xml" />
	<link>http://aralbalkan.com/1507</link>
	<description>Passionate geekisms.</description>
	<lastBuildDate>Sun, 12 Feb 2012 17:52:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Nick Winter</title>
		<link>http://aralbalkan.com/1507/comment-page-1#comment-189039</link>
		<dc:creator>Nick Winter</dc:creator>
		<pubDate>Sat, 04 Oct 2008 15:05:32 +0000</pubDate>
		<guid isPermaLink="false">http://aralbalkan.com/1507#comment-189039</guid>
		<description>We had finally gotten sick of the load times for the static files on the dev appserver, so two days ago we hacked together a mechanism to load static files from a Python SimpleHTTPServer that runs concurrently with the dev appserver, when running locally. Instead of taking 2/3 of a second to load each static file, they all load instantly. I have no idea why each request was being served so slowly; it was much slower than the datastore bits, for our app.</description>
		<content:encoded><![CDATA[<p>We had finally gotten sick of the load times for the static files on the dev appserver, so two days ago we hacked together a mechanism to load static files from a Python SimpleHTTPServer that runs concurrently with the dev appserver, when running locally. Instead of taking 2/3 of a second to load each static file, they all load instantly. I have no idea why each request was being served so slowly; it was much slower than the datastore bits, for our app.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

