On GAE all template engines should be pure python code.
At some comparison tables the Django engine was not very fast, but in
terms of ms that it adds to your respons time it doesn't matter much
which engine you use. The Django template I used in my tests just
added a few ms to the total time. The datastore operations took nearly
1000ms.
Just use the template engine that has the features you need.

2009/4/3 Lee Olayvar <[email protected]>:
> I'm curious, has anyone ran across any tests on appengine with various
> templating engines? I know there are speed comparisons all over the place,
> but im specifically concerning appengine since it has many aspects that
> force various templating engines to not use feature X or speed enhancing
> module Y.
>
> Any opinions would also be handy. I'm looking for an obviously sane
> language, but i have no desire/requirement for the ability to run complex
> logic inside templates (nor should anyone, imo.)
>
> Comments and opinions are much appreciated.
>
> Thanks,
> --
> Lee Olayvar
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to