Serving the images by itself isn't much of an issue. But every request to my page is still going to need a call to a regular webapp handler to serve up the HTML surrounding the images. And if I use blobstore for the uploads, that still will require HTTP requests. So I think I'd end up using the same number of HTTP requests for both the web pages and the uploader as I'm currently using (and actually the uploader might require an extra round trip to get the blobstore upload URL).
-- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/ujUULmEdSYQJ. 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.
