How does the Java API for the Google App Engine Blobstore work?

How does the blobstore service working with a Google file work with loading a 32 MB file without TimeOut exception. In addition, this will not affect the request-response time to the application engine in one minute. What process is behind.

+5
source share
1 answer

When using the blobstore block to load data, you load the data into a special system handler that will load the data, saving it in the block storage, and when redirecting to the user exit is complete, providing a link to the location in the block block of the downloaded data.

+2
source

All Articles