Sorry, I didn't mention that I also do a simple string replace where I
insert time() and also two or three other string replacements based on
user agent, so purely static files don't work.

You're right, the performance difference is negligible, and reading
from file might even be faster if I didn't use gzip to open them. I'll
try with uncompressed files in the next update. I mostly used memcache
because reading from memory should be more efficient and put less
strain on the system than reading from disk. Is open() quota free? It
seems to be.

-- 
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