<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>drawcloud - cloud tracking, service and product development</title>
	<atom:link href="http://cloud.drawcode.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://cloud.drawcode.com</link>
	<description></description>
	<lastBuildDate>Fri, 12 Feb 2010 04:13:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google AppEngine with A Few New Killer Features: No 1000 Row Limit and Wildcard Subdomains</title>
		<link>http://cloud.drawcode.com/2010/02/11/google-appengine-with-a-few-new-killer-features-no-1000-row-limit-and-wildcard-subdomains/</link>
		<comments>http://cloud.drawcode.com/2010/02/11/google-appengine-with-a-few-new-killer-features-no-1000-row-limit-and-wildcard-subdomains/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 04:13:19 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[datastore]]></category>
		<category><![CDATA[domains]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[wildcard]]></category>

		<guid isPermaLink="false">http://cloud.drawcode.com/?p=95</guid>
		<description><![CDATA[Google AppEngine has made some great changes in version 1.3.1 that have caused some design decisions from regular apps to the cloud.
New Cursors Eliminate 1000 Row Limit in Datastore
Previously, developers could only easily get the first 1000-2000 rows of any query or filter easily.  This is because BigTable stores data in a way that fetching [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://googleappengine.blogspot.com/2010/02/app-engine-sdk-131-including-major.html" target="_blank">Google AppEngine has made some great changes</a> in version 1.3.1 that have caused some design decisions from regular apps to the cloud.</p>
<p><strong><a href="http://googleappengine.blogspot.com/2010/02/app-engine-sdk-131-including-major.html" target="_blank"><img class="alignright" title="Google AppEngine" src="http://cloud.drawcode.com/wp-content/uploads/2008/04/app_engine.png" alt="" width="189" height="189" /></a>New Cursors Eliminate 1000 Row Limit in Datastore</strong></p>
<p>Previously, <a href="http://code.google.com/appengine/articles/paging.html" target="_blank">developers could only easily get the first 1000-2000 rows</a> of any query or filter easily.  This is because BigTable stores data in a way that fetching beyond that was difficult.  So if you wanted to get rows 3000-4000 or better yet 3010-3020 for a small page of data, you would have to devise a system to increment the rows previously and then have a marker to filter by that marker, then ensure they were in order.  It was troublesome and<a href="http://code.google.com/appengine/articles/paging.html" target="_blank"> grew linearly in response times the deeper you needed to go</a>.</p>
<p>With Cursors you can now put in a filter and page through the data, they seemingly encapsulated the difficult part of dealing with their cloud datastore structure and hopefully sped up the deep queried needed in such tools as logs, leaderboards, large lists and well, just about any web app now with any amount of data where you need to page deep.  And this will allow faster development of data applications for developers not used to cloud databases as most RDBMS have decent cursor/paging systems.</p>
<p><strong>Wildcard Domains</strong></p>
<p>If you are building a service where people get a username or where you want to shorten urls you can now use wildcard domains.  Domains like mybusiness.inventoryserviceapp.com instead of www.inventoryserviceapp.com/mybusinessapp.  It feels more personalized and is good for software as a service apps.  These are now possible on Google AppEngine.</p>
<blockquote><p>You can use wildcards to map subdomains at any level, starting at third-level subdomains. For example, if your domain is <code>example.com</code> and you enter text in the web address field:</p>
<p>Entering <code>*</code> maps all subdomains of <code>example.com</code> to your app.</p>
<p>Entering <code>*.private</code> maps all subdomains of <code>private.example.com</code> to your app.</p>
<p>Entering <code>*.nichol.sharks.nhl</code> maps all subdomains of <code>nichol.sharks.nhl.example.com</code> to your app.</p>
<p>Entering <code>*.excogitate.system</code> maps all subdomains of <code>excogitate.system.example.com</code> to your app.</p>
<p>If you use Google Apps with other subdomains on your domain, such as <code>sites</code> and <code>mail</code>, those mappings have higher priority and are matched first, before any wildcard mapping takes place. In addition, if you have other App Engine apps mapped to other subdomains, those mappings also have higher priority than any wildcard mapping.</p>
<p>Note that some DNS providers might not work with wildcard subdomain mapping. In particular, a DNS provider must permit wildcards in CNAME host entries.</p>
<p>[<a href="http://code.google.com/intl/en/appengine/docs/domain.html" target="_blank">source</a>]</p></blockquote>
<p>Great changes in this update of the engine and built in a scalable way in the cloud.  As they refine and learn more about usage there will be more great changes making it less of a burden to move to the cloud, or better yet convincing others to move to Google AppEngine. Other stuff in this build that is great is the AppStats instrumentation apis, custom admin console and more&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.drawcode.com/2010/02/11/google-appengine-with-a-few-new-killer-features-no-1000-row-limit-and-wildcard-subdomains/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google AppEngine now Supports Django 1.0</title>
		<link>http://cloud.drawcode.com/2009/06/19/google-appengine-now-supports-django-10/</link>
		<comments>http://cloud.drawcode.com/2009/06/19/google-appengine-now-supports-django-10/#comments</comments>
		<pubDate>Fri, 19 Jun 2009 21:14:34 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[architecture]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[1.0]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[django]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://cloud.drawcode.com/?p=88</guid>
		<description><![CDATA[No more zip hacks to get all the many files up for Django 1.0 to run on Google AppEngine.  GAE now support Django 1.0.  You still have to use Google Bigtable models as there is no translation that converts from Django models to Google Bigtable models but 1.0 is so much better to [...]]]></description>
			<content:encoded><![CDATA[<p>No more zip hacks to get all the many files up for Django 1.0 to run on Google AppEngine.  <a href="http://groups.google.com/group/google-appengine/browse_thread/thread/fab4e52646994dff/93bdf272719b724c?pli=1" target="_blank">GAE now support Django 1.0</a>.  You still have to use Google Bigtable models as there is no translation that converts from Django models to Google Bigtable models but 1.0 is so much better to have than .96.</p>
<p>I hope this is a start of supporting and keeping up to date many versions of Django, the Python runtime and common libs so that the 1000 file limits can be used solely for applications running not all the libraries needed.</p>
<p><strong>UPDATE</strong>: on the issue for adding Django 1.0 <a href="http://code.google.com/p/googleappengine/issues/detail?id=872#c14 " target="_blank">Guido chimed in</a> on 1.1 support when it is out of beta and a nice switch that allows you to choose the django version, hooray! Maybe a python version selector and other libraries soon&#8230;</p>
<pre>use_library('django', '1.0')</pre>
<blockquote>
<pre>It's indeed fixed, though not yet documented.

To use:

1. Install Django 1.0 into the Python version you're using with the SDK (usually the
system Python).

2. In your app:
from google.appengine.dist import use_library
use_library('django', '1.0')

You no longer need to copy Django 1.0 into your app, nor do you need to mess with
sys.modules, sys.path and zipfiles.  (Though those instructions still apply if you
want to use Django 1.1 -- we'll start supporting that once it's out of beta.)

Note, Django 0.96 is still the default, and can also explicitly be requested by using
use_library('django', '0.96') -- in API v2, we'll probably change things so you
*have* to specify a Django version before you can use it.

We're contemplating the support of other open source packages as well (as long as
they don't contain C code).</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cloud.drawcode.com/2009/06/19/google-appengine-now-supports-django-10/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Scalable Web Architectures: Common Patterns and Approaches &#8211; Web 2.0 Expo NYC</title>
		<link>http://cloud.drawcode.com/2009/06/09/scalable-web-architectures-common-patterns-and-approaches-web-20-expo-nyc/</link>
		<comments>http://cloud.drawcode.com/2009/06/09/scalable-web-architectures-common-patterns-and-approaches-web-20-expo-nyc/#comments</comments>
		<pubDate>Tue, 09 Jun 2009 06:15:47 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[architecture]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[clustering]]></category>
		<category><![CDATA[ha]]></category>
		<category><![CDATA[horizontal]]></category>
		<category><![CDATA[scalable]]></category>
		<category><![CDATA[spof]]></category>

		<guid isPermaLink="false">http://cloud.drawcode.com/?p=84</guid>
		<description><![CDATA[
View more OpenOffice presentations from iamcal.
Scalable Web Architectures: Common Patterns and Approaches &#8211; Web 2.0 Expo NYC

]]></description>
			<content:encoded><![CDATA[<div id="__ss_603137" style="width: 640px; text-align: left;"><object width="640" height="520" data="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=expo08nycscalablewebarch-1221666482116250-9&amp;stripped_title=scalable-web-architectures-common-patterns-and-approaches-web-20-expo-nyc-presentation" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=expo08nycscalablewebarch-1221666482116250-9&amp;stripped_title=scalable-web-architectures-common-patterns-and-approaches-web-20-expo-nyc-presentation" /><param name="allowfullscreen" value="true" /></object></p>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">OpenOffice presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/iamcal">iamcal</a>.</div>
<div style="font-size: 11px; font-family: tahoma,arial; height: 26px; padding-top: 2px;"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" title="Scalable Web Architectures: Common Patterns and Approaches - Web 2.0 Expo NYC" href="http://www.slideshare.net/iamcal/scalable-web-architectures-common-patterns-and-approaches-web-20-expo-nyc-presentation?type=powerpoint">Scalable Web Architectures: Common Patterns and Approaches &#8211; Web 2.0 Expo NYC</a></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://cloud.drawcode.com/2009/06/09/scalable-web-architectures-common-patterns-and-approaches-web-20-expo-nyc/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google AppEngine Now Runs Java in Addition to Python</title>
		<link>http://cloud.drawcode.com/2009/04/07/google-appengine-now-runs-java-in-addition-to-python/</link>
		<comments>http://cloud.drawcode.com/2009/04/07/google-appengine-now-runs-java-in-addition-to-python/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 05:43:52 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[architecture]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[appscale]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[news]]></category>
		<category><![CDATA[python]]></category>

		<guid isPermaLink="false">http://cloud.drawcode.com/?p=72</guid>
		<description><![CDATA[Google AppEngine now runs Python AND Java
It is still in beta but select developers are being added and developers allowed in will be expanded, I got in as I made the request so it looks like it is still filling up.
Both Java and C# were top requests on AppEngine desired languages/platforms.  They have low level [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="AppEngine" src="http://cloud.drawcode.com/wp-content/uploads/2008/04/app_engine.png" alt="" width="189" height="189" />Google AppEngine now runs Python<strong> AND </strong><a href="http://code.google.com/appengine/docs/java/overview.html" target="_blank"><strong>Java</strong></a></p>
<p><strong>It is still in beta but select developers are being added and developers allowed in will be expanded, I got in as I made the request so it looks like it is still filling up.</strong></p>
<p>Both Java and C# were top requests on AppEngine desired languages/platforms.  They have low level support for specific Google features and infrastructure and wrappers around these features to mimic common java libraries like <a href="http://code.google.com/appengine/docs/java/datastore/usingjpa.html" target="_blank">JPA</a>, <a href="http://code.google.com/appengine/docs/java/memcache/usingjcache.html" target="_blank">JCache </a>and java.net around <a href="http://code.google.com/appengine/docs/java/urlfetch/usingjavanet.html" target="_blank">google urlfetch</a>.  So it is still a bit locked to the platform or changes will need to be made to run on Google AppEngine and other environments.  </p>
<p>Many of the changes made to apps really are due to the scalable nature of the cloud architecture without such things as joins and limits on bulk processing, but in the end these points are really better for scalability from the start.  As for being locked to a platform we are already seeing copies such as <a href="http://code.google.com/p/appscale/" target="_blank">AppScale that is an open source implementation of Google AppEngine</a>.  So software architecture, data architecture and how we prepare for the terabytes upon terabytes of shared data in the future might be changing. </p>
<p><strong>Some unsupported features of major Java libraries&#8230;</strong></p>
<h3>java.net Features Not Supported</h3>
<ul>
<li>The URL Fetch service does not support persistent HTTP connections. When the app accesses response data using the URLConnection object, App Engine calls the URL Fetch service to complete the request. After the response data has been accessed, the request data cannot be modified.</li>
<li>The app cannot set explicit connection timeouts for the request.</li>
</ul>
<h3>Unsupported Features of JPA</h3>
<p>The following features of the JPA interface are not supported by the App Engine implementation:</p>
<ul class="doublespace">
<li>Owned many-to-many relationships, and unowned relationships. You can implement unowned relationships using explicit Key values, though type checking is not enforced in the API.</li>
<li>&#8220;Join&#8221; queries. You cannot use a field of a child entity in a filter when performing a query on the parent kind. Note that you can test the parent&#8217;s relationship field directly in query using a key.</li>
<li>Aggregation queries (group by, having, sum, avg, max, min)</li>
<li>Polymorphic queries. You cannot perform a query of a class to get instances of a subclass. Each class is represented by a separate entity kind in the datastore.</li>
</ul>
<h3>JCache Features Not Supported</h3>
<ul>
<li>The JCache listener API is partially supported for listeners that can execute during the processing of a app&#8217;s API call, such as for onPut and onRemove listeners. Listeners that require background processing, like onEvict, are not supported.</li>
<li>An app can test whether the cache contains a given key, but it cannot test whether the cache contains a given value (<code>containsValue()</code> is not supported).</li>
<li>An app cannot dump the contents of the cache&#8217;s keys or values.</li>
<li>An app cannot manually reset cache statistics.</li>
<li>Asynchronous cache loading is not supported.</li>
<li>The <code>put()</code> method does not return the previous known value for a key. It always returns <code>null</code>.</li>
</ul>
<p><strong>High Level Cloud Provider or Low Level Cloud Provider?</strong></p>
<p>With other cloud providers like Amazon EC2, Mosso, SliceHost and others you can choose your platform.  But Google has an amaxing infrasturcture and taking advantage of BigTable and automatic scaling is nice expecially with a 300MB transfer free quota per app.  There are probably times when each type of provider might be beneficial, lower level like Amazon or higher level like Google AppEngine.</p>
<p><a href="http://googleappengine.blogspot.com/2009/04/seriously-this-time-new-language-on-app.html" target="_blank"><strong>View the announcement here at Google AppEngine Blog</strong></a><strong> which has other great news with the launch:</strong></p>
<ul>
<li><a href="http://code.google.com/securedataconnector/">Access to firewalled data</a>: grant policy-controlled access to your data behind the firewall.</li>
<li><a href="http://code.google.com/appengine/docs/python/config/cron.html">Cron support</a>: schedule tasks like report generation or DB clean-up at an interval of your choosing.</li>
<li><a href="http://code.google.com/appengine/docs/python/tools/uploadingdata.html">Database import</a>: move GBs of data easily into your App Engine app. Matching export capabilities are coming soon, hopefully within a month.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://cloud.drawcode.com/2009/04/07/google-appengine-now-runs-java-in-addition-to-python/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>AppScale, Open Source Implementation of Google AppEngine For Self-Hosting</title>
		<link>http://cloud.drawcode.com/2009/03/23/appscale-open-source-implementation-of-google-appengine-for-self-hosting/</link>
		<comments>http://cloud.drawcode.com/2009/03/23/appscale-open-source-implementation-of-google-appengine-for-self-hosting/#comments</comments>
		<pubDate>Tue, 24 Mar 2009 04:35:57 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[architecture]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[appscale]]></category>
		<category><![CDATA[eucalyptus]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[open]]></category>
		<category><![CDATA[source]]></category>

		<guid isPermaLink="false">http://cloud.drawcode.com/?p=70</guid>
		<description><![CDATA[Google AppEngine is a fun environment to develop for.  AppScale is an open source implentation of Google AppEngine that can be used on your own equipment.  This new software project works on Amazon&#8217;s  AWS and EC2 platforms and the open source version of that in Eucalyptus.
Cloud based architectures I believe will be more mainstream and [...]]]></description>
			<content:encoded><![CDATA[<p>Google AppEngine is a fun environment to develop for.  <a href="http://code.google.com/p/appscale/" target="_blank">AppScale is an open source implentation of Google AppEngine</a> that can be used on your own equipment.  This new software project works on Amazon&#8217;s  AWS and EC2 platforms and the open source version of that in <a rel="nofollow" href="http://eucalyptus.cs.ucsb.edu/">Eucalyptus</a>.</p>
<p>Cloud based architectures I believe will be more mainstream and used for development even if on self-hosted environments because the data architecture is setup for maximum horizontal scalability from the beginning.  BigTable, SimpleDB, HBase, even couchDb type databases will become more prevalent as we move into terabytes and terabytes of data.  Data is growing at an alarming rate and this is a natural software evolution to address that.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.drawcode.com/2009/03/23/appscale-open-source-implementation-of-google-appengine-for-self-hosting/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google AppEngine Now has Pay Options Beyond the Free Quotas Rather Than Shut Off, But Free Quotas Lowered</title>
		<link>http://cloud.drawcode.com/2009/02/24/google-appengine-now-has-pay-options-beyond-the-free-quotas-rather-than-shut-off-free-quotas-lowered/</link>
		<comments>http://cloud.drawcode.com/2009/02/24/google-appengine-now-has-pay-options-beyond-the-free-quotas-rather-than-shut-off-free-quotas-lowered/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 22:27:50 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[pricing]]></category>
		<category><![CDATA[quotas]]></category>
		<category><![CDATA[scale]]></category>
		<category><![CDATA[transfer]]></category>

		<guid isPermaLink="false">http://cloud.drawcode.com/?p=64</guid>
		<description><![CDATA[Google AppEngine is finally allowing applications to go beyond the quotas.  Mainly the 500 GB transfer limit was the killer because you hit a brick wall if your app was popular, unless you got a special quota which was the case on some apps helping to promote GAE.  Now, to help highlight the cloud [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://googleappengine.blogspot.com/2009/02/new-grow-your-app-beyond-free-quotas.html" target="_blank"><img class="alignright" title="GAE" src="http://cloud.drawcode.com/wp-content/uploads/2008/04/app_engine.png" alt="" width="189" height="189" />Google AppEngine is finally allowing applications to go beyond the quotas</a>.  Mainly the 500 GB transfer limit was the killer because you hit a brick wall if your app was popular, unless you got a special quota which was the case on some apps helping to promote GAE.  Now, to help highlight the cloud scale rather than look like a small beans hosting account with limits, it will go beyond the quotas.  Of course,you will have to pay beyond that.</p>
<p>The pricing for space beyond the free quotas is fairly decent.  About the numbers that were put out earlier around .10 to .15 a GB.</p>
<p>Making the limits larger with a pay version is great for many reasons.  First for Google shareholders and most of all developers that want to develop real applications and services on GAE without the fear of hitting the brick wall when the quotas are up.  But now that wall is a payment.  I was hoping they would lift the quotas a bit more before they rolled in pricing, instead they lowered the quotas&#8230;</p>
<p>The pricing for resources beyond those free quotas is:</p>
<ul>
<li>$0.10 per CPU core hour. This covers the actual CPU time an application uses to process a given request, as well as the CPU used for any Datastore usage.</li>
<li>$0.10 per GB bandwidth incoming, $0.12 per GB bandwidth outgoing. This covers traffic directly to/from users, traffic between the app and any external servers accessed using the URLFetch API, and data sent via the Email API.</li>
<li>$0.15 per GB of data stored by the application per month.</li>
<li>$0.0001 per email recipient for emails sent by the application</li>
</ul>
<p>The big bummer in all this is the comment that they are<strong><em> reducing the free quotas</em></strong>:</p>
<blockquote><p>App Engine remains free to get started. However, along with many performance improvements over the past ten months, we&#8217;ve learned that we overestimated our initial free quota values. Therefore, in 90 days we will be <strong><a href="http://code.google.com/appengine/docs/quotas.html#Free_Changes">reducing the free quota resources</a></strong>. We believe these new levels will continue to support a reasonably efficient application serving around 5 million page views per month, completely free.</p></blockquote>
<p>The free quota on transfer rate is currently 500GB but will go down to approx 300GB transfer.  This will probably support a 2-5m request app monthly but the old quotas were almost double that.  So it may change some economics that were being planned for GAE.  <em><strong>Let&#8217;s hope the free quotas only go up like gmail from now on.</strong></em></p>
<p>Now we just need full support for full text search, which will become the Google feature benefit I believe, hopefully soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.drawcode.com/2009/02/24/google-appengine-now-has-pay-options-beyond-the-free-quotas-rather-than-shut-off-free-quotas-lowered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Scalable Applications with Google AppEngine</title>
		<link>http://cloud.drawcode.com/2009/02/18/building-scalable-applications-with-google-appengine/</link>
		<comments>http://cloud.drawcode.com/2009/02/18/building-scalable-applications-with-google-appengine/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 22:55:35 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[architecture]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[scalability]]></category>
		<category><![CDATA[scalable]]></category>

		<guid isPermaLink="false">http://cloud.drawcode.com/?p=59</guid>
		<description><![CDATA[Great video from Google on building for scale in Google AppEngine.  The cloud by nature gives you upwards scaling easily but the data structures and techniques to get data efficiently is much different than RDBMS type optimization.  Therefore the more experience and information you can gain on this topic will help you in [...]]]></description>
			<content:encoded><![CDATA[<p>Great video from Google on building for scale in Google AppEngine.  The cloud by nature gives you upwards scaling easily but the data structures and techniques to get data efficiently is much different than RDBMS type optimization.  Therefore the more experience and information you can gain on this topic will help you in the future when terabytes of data is the norm.</p>
<p>

<object width="640" height="480"><param name="movie" value="http://www.youtube.com/v/Oh9_t5W6MTE&hl=en&fs=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Oh9_t5W6MTE&hl=en&fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="640" height="480"></embed></object>
<p>The slides from the video</p>
<iframe src='http://docs.google.com/EmbedSlideshow?docid=ddfdgz6g_1671hhdnddc4&amp;size=m' frameborder='0' width='555' height='451'></iframe>
</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.drawcode.com/2009/02/18/building-scalable-applications-with-google-appengine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google AppEngine Limits On High CPU Removed, Request Time to 30 Seconds and File Limit Raised to 10MB</title>
		<link>http://cloud.drawcode.com/2009/02/13/google-appengine-limits-on-high-cpu-removed-request-time-to-30-seconds-and-file-limit-raised-to-10mb/</link>
		<comments>http://cloud.drawcode.com/2009/02/13/google-appengine-limits-on-high-cpu-removed-request-time-to-30-seconds-and-file-limit-raised-to-10mb/#comments</comments>
		<pubDate>Fri, 13 Feb 2009 08:38:57 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[updates]]></category>

		<guid isPermaLink="false">http://cloud.drawcode.com/?p=52</guid>
		<description><![CDATA[Google AppEngine continues to progress and it couldn&#8217;t come at a better time for me working on 4 instances/apps on google appengine.
They have remove limits on high CPU calls, raised the request timeout to 30 seconds, and raised the per file limit to 10MB!
Now we just need it to get out of beta in some [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://googleappengine.blogspot.com/2009/02/skys-almost-limit-high-cpu-is-no-more.html" target="_blank"><img class="alignright" title="Google AppEngine" src="http://cloud.drawcode.com/wp-content/uploads/2008/04/app_engine.png" alt="" width="189" height="189" />Google AppEngine continues to progress</a> and it couldn&#8217;t come at a better time for me working on 4 instances/apps on google appengine.</p>
<p>They have remove limits on high CPU calls, raised the request timeout to 30 seconds, and raised the per file limit to 10MB!</p>
<p>Now we just need it to get out of beta in some format for getting clients loaded up on it.</p>
<blockquote><p>We&#8217;re very excited today to announce that we&#8217;ve raised limits on several App Engine operations:</p>
<ul>
<li><strong>No more &#8220;High CPU Requests&#8221;!</strong> App Engine Apps were once allowed no more than 2 CPU-intensive requests per minute. We&#8217;ve made some adjustments to the way we handle requests, and have eliminated this limitation altogether. To learn more about how this works and the implications for your app, see our <a href="http://code.google.com/appengine/docs/quotas.html#Request_Limits">documentation</a>.</li>
<li><strong>Response deadline raised to 30 seconds.</strong> The amount of time an App Engine app can take to respond to an incoming request has been raised from 10 to 30 seconds! There are limits on the number of simultaneous active requests an application can process at any given moment&#8211;see our <a href="http://code.google.com/appengine/docs/quotas.html#Request_Limits">docs</a> to learn more.</li>
<li><strong>Size limits on code files, static files, and requests/responses raised to 10MB!</strong> App Engine apps can now receive requests and send responses of up to 10MB in size, and users can upload 10MB code and static files as well. Note that API requests (e.g. memcache.set(), db.put()) are still limited to 1MB in size.</li>
</ul>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cloud.drawcode.com/2009/02/13/google-appengine-limits-on-high-cpu-removed-request-time-to-30-seconds-and-file-limit-raised-to-10mb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google AppEngine 1.1.9 Update &#8211; Includes Resolved Issue Support Using Python urllib and urllib2</title>
		<link>http://cloud.drawcode.com/2009/02/09/google-appengine-119-update-includes-resolved-issue-support-using-python-urllib-and-urllib2/</link>
		<comments>http://cloud.drawcode.com/2009/02/09/google-appengine-119-update-includes-resolved-issue-support-using-python-urllib-and-urllib2/#comments</comments>
		<pubDate>Tue, 10 Feb 2009 02:48:34 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[distributed]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[urllib]]></category>
		<category><![CDATA[urllib2]]></category>

		<guid isPermaLink="false">http://cloud.drawcode.com/?p=48</guid>
		<description><![CDATA[Google AppEngine SDK has been updated to 1.1.9 and a feature bug has been closed out by Guido that now has support for urllib and urllib2 libraries which nearly every library made with python uses as some point.  This is great that they are working to support (safely with scalability) the common libraries that Pythonistas [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://code.google.com/p/googleappengine/downloads/list" target="_blank"><img class="alignright" title="GAE" src="http://cloud.drawcode.com/wp-content/uploads/2008/04/app_engine.png" alt="" width="189" height="189" />Google AppEngine SDK has been updated</a> to 1.1.9 and a <a href="http://code.google.com/p/googleappengine/issues/detail?id=61" target="_blank">feature bug has been closed out by Guido that now has support for urllib and urllib2 libraries</a> which nearly every library made with python uses as some point.  This is great that they are working to support (safely with scalability) the common libraries that Pythonistas expect.</p>
<p>I really hope Google AppEngine can go 1.0 soon.  After the official launch of Amazon EC2 and other services out of beta, mosso, joyent etc it is getting hard to convince people to build on it until it goes out of beta.</p>
<p>Hoping for two things, 1.0 of Google AppEngine and support of <a href="http://code.google.com/p/googleappengine/issues/detail?id=872&amp;q=django%201.0&amp;colspec=ID%20Type%20Status%20Priority%20Stars%20Owner%20Summary%20Log%20Component" target="_blank">Django 1.0 on that release officially</a>. It is possible to run <a href="http://code.google.com/appengine/articles/django10_zipimport.html" target="_blank">Django 1.0.x on the engine</a> but it is painful using all that disk space (django has lots of files and google has a 1,000 file limit).</p>
<p>http://code.google.com/p/googleappengine/issues/detail?id=61</p>
]]></content:encoded>
			<wfw:commentRss>http://cloud.drawcode.com/2009/02/09/google-appengine-119-update-includes-resolved-issue-support-using-python-urllib-and-urllib2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google AppEngine Getting XMPP, Background Processing and Receiving and Processing Email</title>
		<link>http://cloud.drawcode.com/2009/02/07/google-appengine-getting-xmpp-background-processing-and-receiving-and-processing-email/</link>
		<comments>http://cloud.drawcode.com/2009/02/07/google-appengine-getting-xmpp-background-processing-and-receiving-and-processing-email/#comments</comments>
		<pubDate>Sat, 07 Feb 2009 22:34:42 +0000</pubDate>
		<dc:creator>drawk</dc:creator>
				<category><![CDATA[cloud]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[service]]></category>
		<category><![CDATA[systems]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[appengine]]></category>
		<category><![CDATA[gae]]></category>
		<category><![CDATA[jabber]]></category>
		<category><![CDATA[roadmap]]></category>
		<category><![CDATA[xmpp]]></category>

		<guid isPermaLink="false">http://cloud.drawcode.com/?p=44</guid>
		<description><![CDATA[Google AppEngine blog recently announced the 6 month roadmap.  I was hoping an out of beta state was to come soon but looks like it will be a gmail type beta length.  But it is still usable and more stable with high availability than anything that s small company can provide.  I hope they plan [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" title="Google App Engine" src="http://cloud.drawcode.com/wp-content/uploads/2008/04/app_engine.png" alt="" width="189" height="189" />Google AppEngine blog recently <a href="http://googleappengine.blogspot.com/2009/02/roadmap-update.html" target="_blank">announced the 6 month roadmap</a>.  I was hoping an out of beta state was to come soon but looks like it will be a gmail type beta length.  But it is still usable and more stable with high availability than anything that s small company can provide.  I hope they plan to go live to 1.0 this year, I was hoping the EC2 announcements and official launch of other cloud based offerings would drive them to do that.  It makes it much easier to justify using it for production code. I was also hoping for an update to the included django to 1.0.</p>
<p>With that said I digress,<a href="http://googleappengine.blogspot.com/2009/02/roadmap-update.html" target="_blank"> the roadmap</a> looks very nice.  <strong>Jabber/XMPP support</strong>, background processesses, sending and receiving and processing inbound and outbound email.</p>
<blockquote><p>The App Engine team has been plugging away and we&#8217;re excited about some pretty big announcements in the near future. In the meantime, we decided to refresh our App Engine roadmap for the next six months with some of the great new APIs in our pipeline:</p>
<ul>
<li>Support for running scheduled tasks</li>
<li>Task queues for performing background processing</li>
<li>Ability to receive and process incoming email</li>
<li>Support for sending and receiving XMPP (Jabber) messages</li>
</ul>
<p>As always, keep in mind that development schedules are notoriously difficult to predict, and release dates may change as work progresses. We&#8217;ll do our best to update this roadmap as our engineers continue development and keep you abreast of any changes!</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://cloud.drawcode.com/2009/02/07/google-appengine-getting-xmpp-background-processing-and-receiving-and-processing-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
