On Jan 9, 3:34 pm, niklasr <nikla...@gmail.com> wrote:
> example: upload a 2 MB file through a html form, split it serverside
> into 2 or 3 parts, then store the parts as blobs of max 1 MB each.
> It's inconvenient yet a method to serve large files with no difference
> towards the client.

Is this a new development?  Last I checked, a request > 1MB would just
fail.  It seems like streaming BLOBs like this might work, if you're
clever enough, but...

Has this been cleared up and I missed it?  (Entirely possible, and
desirable, of course)

Regards,
James
>
> On Jan 9, 8:36 pm, MajorProgamming <sefira...@gmail.com> wrote:
>
> > I'm not sure I understand you. Which question # were you trying to
> > answer?
>
> > On Jan 9, 3:26 am, niklasr <nikla...@gmail.com> wrote:
>
> > > Reversibly breaking and remaking larger than 1MB files persistently
> > > storing max 1 MB chunks, gae http get and post support the larger. The
> > > gae http transport as it is handles larger files. The 1MB limit only
> > > limits the entities, not the transport.
>
> > > On Jan 8, 11:59 pm, MajorProgamming <sefira...@gmail.com> wrote:
>
> > > > Just a few questions on static files:
>
> > > > 1. Does serving a static file cost CPU usage?
>
> > > > 2. Does having a large number of static files (let's say like 700)
> > > > have _any_ effect on performance of page serving [similarly, does
> > > > having a lot of mappings affect performance]?
>
> > > > 3. When a python script reads a file off the app's filesystem (like a
> > > > template html file), is that any faster than a get_by_key on the
> > > > datastore? [i.e. filesystem vs. bigtable performance]?
>
> > > > 4. Will the paid version of Google App Engine allow over 1000 files
> > > > and/or larger than 1MB files (or entities)?
>
> > > > Thanks,
--~--~---------~--~----~------------~-------~--~----~
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-appengine@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