I am wondering if someone has researched how much overhead the Django framework will introduce in compare of Google App Engine's simple web framework?
I am planning run some tests and figure out what's the overhead look like and hopefully find out if it has significant impact for an application with the data store (since data store will be the bottle neck).
I would wish to see some results from others before I get my own tests results.