[google-appengine] Re: Somewhat Disappointed.

2009-03-09 Thread peterh
http://code.google.com/p/pyjamas/ Pyjamas is a cross-browser Web App development API that allows you to write your client side functionality in Python. While it looks like a desktop API, Pyjamas is a stand alone Python to JavaScript compiler, an AJAX framework / library and a comprehensive widget

[google-appengine] Re: Application instances seem to be too aggressively recycled

2009-03-11 Thread peterh
On Mar 11, 12:28 pm, johnP wrote: > I've been tracking (and seeing) this for a while already.  Besides the > latency that occurs each time Django gets re-zipimported, what is > concerning is the thought of paying for CPUs to constantly reload the > cache.  My app's not live yet - so there is

[google-appengine] Re: jinja2 environment loading on each request to /

2009-03-13 Thread peterh
this is what i use: === from jinja2 import Environment, FunctionLoader , TemplateNotFound from google.appengine.api import memcache import os,logging VERSION = os.environ['CURRENT_VERSION_ID'] logging.warn ("COLD START") def jinja2_template_loader(templatename): templatepath =