Hi, Ikai, Interactions between GAE apps and Blobstore are billed for storage + CPU. Google Storage is billed for storage + network + request count.
How do the two compare in a real-world scenario from price/performance standpoint? It seems that Blobstore, being a core part of GAE, is regarded as "local" to your application, while Google Storage will be "external" and is therefore no different from Amazon S3 or Rackspace CloudFiles. There are also these URL Fetch 1mb-out/32mb-in limits, which seem to apply to everything. It's like we have a Titan 4 class rocket but we're only allowed to use a car engine to fly it. Cheers, Yegor On Mar 23, 6:32 pm, "Ikai Lan (Google)" <[email protected]> wrote: > You should explore: > > - Blobstore:http://code.google.com/appengine/docs/java/blobstore/overview.html > - Google storage:http://code.google.com/apis/storage/ > > There are other options for application distribution. > > Ikai Lan > Developer Programs Engineer, Google App Engine > Blog:http://googleappengine.blogspot.com > Twitter:http://twitter.com/app_engine > Reddit:http://www.reddit.com/r/appengine > > > > > > > > On Tue, Mar 22, 2011 at 7:17 AM, Perun Katana <[email protected]> wrote: > > Hi all, > > > I was thinking if there could be a way to raise the limits for > > applications. My contecern is, that I have a JNLP application with a nice > > bunch of libraries included (e.g. jasper reports, etc), which takes the > > application nicely over 10 MB. The application is built as a Netbeans RPC > > application, so there is a jnlp-servlet for downloading all necessary files. > > Unfortunatelly, such applications are rarely under 10 MB. > > > The jnlp-servlet itself does not consume much memory (as far I know), so > > this is not a problem, To download all libraries may take a little > > processing time, traffic and request time (well, even for slow trafic I hope > > each library is downloaded in 30s), but that's why there is billing quota > > for I am willing to pay. I'd see the google apps as a nice platform to > > deploy web start applications too, but for bigger application there would be > > nice to raise request handler quotas too, even if it would be a payed > > service. I don't think a need a separate VPS instance running 24x7 just to > > download a jnlp application. > > > The question is, if there is another solution or I'll have to work on > > getting the static libraries deployed somewhere else (not a bad ide too). > > > Regards > > Perun > > > -- > > 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. -- 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.
