Hi Different John,

If you're trying to write to the same File from multiple threads on the
same instance you'll be fine. The writes are done asynchronously so they
should be fast. If you need to write to the same File from multiple
instances, we recommend you instead create 1 GCS File per instance and then
use the compose feature:
https://developers.google.com/storage/docs/json_api/v1/objects/compose

Thanks,
Max


On Thu, Jun 6, 2013 at 2:24 PM, John Wheeler <j...@highvolumeseller.com>wrote:

> Max - this is a different Jon (My name is John), but I have the same
> concern. Can you please answer whether or not the GCS supports fast
> concurrent writes the same way the blobstore writing API does?
>
> On Thu, Jun 6, 2013 at 2:18 PM, Max Ross <m...@google.com> wrote:
> > Hi Jon,
> >
> > The alternative is to programmatically write to Google Cloud Storage. Can
> > you tell me why it's important to write to Blobstore versus GCS?
> >
> > Thanks,
> > Max
> >
> >
> > On Thu, Jun 6, 2013 at 1:41 AM, jon <jonni.g...@gmail.com> wrote:
> >>
> >> Chris and Tom,
> >>
> >> I absolutely need programmatic write access to Blobstore, and the Files
> >> API is what I'm using at the moment. What alternative will we have?
> >>
> >> --
> >> You received this message because you are subscribed to a topic in the
> >> Google Groups "Google App Engine" group.
> >> To unsubscribe from this topic, visit
> >>
> https://groups.google.com/d/topic/google-appengine/zzpFI5PQbLI/unsubscribe?hl=en
> .
> >> To unsubscribe from this group and all its topics, send an email to
> >> google-appengine+unsubscr...@googlegroups.com.
> >> To post to this group, send email to google-appengine@googlegroups.com.
> >> Visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
> >> For more options, visit https://groups.google.com/groups/opt_out.
> >>
> >>
> >
> >
> > --
> > You received this message because you are subscribed to a topic in the
> > Google Groups "Google App Engine" group.
> > To unsubscribe from this topic, visit
> >
> https://groups.google.com/d/topic/google-appengine/zzpFI5PQbLI/unsubscribe?hl=en
> .
> > To unsubscribe from this group and all its topics, send an email to
> > google-appengine+unsubscr...@googlegroups.com.
> > To post to this group, send email to google-appengine@googlegroups.com.
> > Visit this group at
> http://groups.google.com/group/google-appengine?hl=en.
> > For more options, visit https://groups.google.com/groups/opt_out.
> >
> >
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/zzpFI5PQbLI/unsubscribe?hl=en
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

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


Reply via email to