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 -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
