Hi Robin,

following your suggestion look into the latest gluon/restricted.py in
trunk. On the top you will find

### FIX THIS
CACHE_TIME=0
import cache
cache_pyc=cache.CacheInRam()
###

if CACHE_TIME is set to a large number say 3600 (one hour) all byte
code compiled code is cached in RAM using cache.CacheInRam

If you (or somebody else) could rewrite CacheInRam on top of
google.memcache (look into cache.py and contrib/memcache/__init__.py
for examples) that we should achieve a sensible speedup on GAE.

Else, if I have time, I will do it next week.

There is room for further improvements but this is a quick solution to
the problem that should solve it.

Massimo
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to web2py@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to