Hi, I just installed appstats and noticed that I'm hitting the database for images all the time instead of the cache.
In my image server I pull the image data from the blobstore to serve and use memcache to store the blob data for later use. Using logging, I've determined that it is setting the memcache with the image data, but the next time I go to grab this image memcache returns None. My theories are: 1. Memcache doesn't like BlobProperty values 2. My image data is > 1MB (however I've wrapped my memcache in a try/ catch block so I would have thought it would be throwing errors if this was the case...) Any idea on why memcache seems to be failing? Thanks :) -- 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.
