How the google app engine blobstore service working with file upload of 32 MB without any TimeOut Exception. Also it will not affect app engine's request-response interval of one minute.What kind of process is going behind it.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
When using the blobstore to upload data you upload the data into a special system handler that will load the data save it in the blobstore and when finished redirect to the user handler while providing a reference to to the location in the blobstore of the uploaded data. |
|||
|
|