Maximum query result size by each Http response

34 views
Skip to first unread message

Bruce Aloe

unread,
Jul 6, 2011, 3:57:12 PM7/6/11
to Google App Engine
Hello,

I have a client (some java code) and server (some python code defined
in GAE) system architecture. Http protocol is the communication
protocol between client and server. Once a client sends a query to
server and the server takes it and run it with GAE query interface
API. The query result is then sent back to the client by http
response. The query result size is vary very much depending on the
query.

My question is that is there any maximum size of the query result a
http response can bring back to the client?

Thanks!

Bruce

Noah McIlraith

unread,
Jul 7, 2011, 6:10:45 AM7/7/11
to google-a...@googlegroups.com
I'm pretty sure there's a limit, but IIRC it's at least 10MB, most likely more than enough for query results.

Additionally, you may be interested in the Remote API.

Bruce Aloe

unread,
Jul 7, 2011, 11:20:34 AM7/7/11
to Google App Engine
Could anyone give an exact number? and its reference (the web link,
etc)?

David French

unread,
Jul 7, 2011, 5:20:27 PM7/7/11
to google-a...@googlegroups.com

Bruce Aloe

unread,
Jul 8, 2011, 3:38:53 AM7/8/11
to Google App Engine
Thanks for all the answers!

On Jul 7, 11:20 pm, David French <da...@soundings.co.nz> wrote:
> http://code.google.com/appengine/docs/java/runtime.html#Responseshttp://code.google.com/appengine/docs/python/runtime.html#Responses
> LimitAmountrequest size32 megabytesresponse size10 megabytesrequest duration30
> seconds
Reply all
Reply to author
Forward
0 new messages