简体   繁体   English

Google App Engine的Blobstore Java API如何工作?

[英]How the Google App Engine's Blobstore Java API works?

How the google app engine blobstore service working with file upload of 32 MB without any TimeOut Exception. 谷歌应用引擎blobstore服务如何处理文件上传32 MB没有任何TimeOut异常。 Also it will not affect app engine's request-response interval of one minute.What kind of process is going behind it. 此外,它不会影响应用引擎的请求 - 响应间隔一分钟。它背后会有什么样的过程。

使用blobstore上传数据时,您将数据上传到一个特殊的系统处理程序,该处理程序将加载数据并将其保存在blobstore中,并在完成时重定向到用户处理程序,同时提供对上载数据的blobstore中的位置的引用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM