[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread yejun
It will be nice if GAE always keep one warmed up spare process. On Dec 12, 4:47 pm, "Sharp-Developer.Net" wrote: > Thanks Marzia, > > Have GAE team thought about providing some "warm-up" url? > > So if GAE see a load is increasing > (and probably could predict a new request handler will be neede

[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread Sharp-Developer.Net
For the time being I've disabled some operations in InstallAppengineHelperForDjango() (which I believe not used by my app at the moment) That reduced init time of Django from 0.8 to 0.3 sec. LoadAppengineEnvironment() #InstallReplacementImpModule() InstallAppengineDatabaseBackend() Insta

[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread Sharp-Developer.Net
Thanks Marzia, Have GAE team thought about providing some "warm-up" url? So if GAE see a load is increasing (and probably could predict a new request handler will be needed soon) then engine calls some URL specified in app.yaml (for example) and a request handler instance created and kept in cac

[google-appengine] Re: Django 1.0 - any update on plans to replace 0.96 ?

2008-12-12 Thread Marzia Niccolai
Hi Alex, We are definitely interested in offering Django 1.0 with App Engine in the future. However, it seems likely that including Django 1.0 as the default Django version with App Engine would need to be part of an api version change, since such a change would likely brake existing apps. In te