[google-appengine] GAE cold start time still too long

2010-02-19 Thread Anders
This has been discussed before but the problem still remains. It seems that GAE is no longer in a preview release version (as far as I can see). Having a cold start initiation time of 10 seconds is a major bottleneck. Imagine if it took 10 seconds to load for example the Google Search index page

[google-appengine] wish: nestable/embeddable entities

2010-02-19 Thread notcourage
Nestable/embeddable entities would be used to build graphs of entities which are serialized inside a single entity. Protocol buffers support nesting repeating but not arbitrary graphs. Possible API additions: * constructor: new Model(nest=parent) * property type: NestedReferenceProperty;

<    1   2