HI

One thing I noticed when hacking together a zope3 stack, was that any
z3 setup/loading of zcml
would execute on every request if the setup call was part of my main.

By putting all of the setup into a seperate import and not calling the
setup explicitly
would mean it would be cached.

Rgds

T

On Mar 13, 8:38 am, pedepy <paul.ro...@gmail.com> wrote:
> hey so i use jinja2 templates because they are better [no citation
> needed], but from what i understand, loading the jinja2 environment
> can be quite an expensive task. Through logging, I have found out that
> each request to / loads the environment over and over.. I have those
> routines in a seperate python script (not the one that app.yaml
> fowards requests to for /).
>
> anything im missing here ? I think this could be adding also an extra
> 1000 cpu ms on every requests ...
>
> (by the way, i have tried the cookbook's memcache technique and it
> only works locally, it fails on the google servers..)
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to