Hi Luca,

1 thing before going in the new code: by using the blobs in datastore,
the interactive time limit (30s) apply (it does not for the blobstore)

I.e., the upload must be finished in 30s after that request is
cancelled by gae.

It may be harder to achieve even if your image is < 1Mb if the
bandwidth is low: mobile, etc..

regards

didier

On Mar 11, 11:21 pm, Jeff Knox <[email protected]> wrote:
> The datastore works well for storing images (assuming they are < 1MB). So
> far I haven't had more than about 15 images in the database but I don't
> think that really matters in terms of speed. My images are 1000 pixels in
> their longest dimension.
>
> I am also using the image API to do some manipulations. Passing the data
> around has been very quick and relatively painless.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" 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-java?hl=en.

Reply via email to