On Aug 29, 12:18 am, Nickolas Daskalou <n...@daskalou.com> wrote:
> Matt, even if that's the case, it'd be nice if the delay of dozens of
> get_serving_url() API calls could be parallelised and not added up
> sequentially (which is what I was trying to find out in my long-winded
> question to Ikai).

I don't believe it can be, at least at the moment. If you know the
parameters you're going to use it seems like generating the serving
URL in your blobstore upload callback and storing it once at the time
of the upload (or shortly after the upload with a deferred task) would
be the way to go.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to