User uploaded images on google app engine? -
say creating facebook style app app engine. how handle user profile pics?
as far know, have either store images in datastore or blobstore. means every fetch picture require going through dynamic handler , using @ least 20ms cputime.
is there efficient way this? or app engine can't handle?
you don't have issue anymore, since get_serving_url() doesn't use of cpu quota (only outgoing bandwidth , storage). plus gives scaling , cropping free.
Comments
Post a Comment