Hi 
Thank you. It helps. 
In Java, we can use HTTPUrlConnection to do this. App Engine's 
implementation of URLConnection does not maintain a persistent connection 
with the remote host. When the app sets request data or writes to the output 
stream, the request data is kept in memory. When the app accesses any data 
about the response, such as getting the input stream (or calling the 
connect() method), App Engine calls the URL Fetch service with the request 
data, gets the response, closes the connection and returns the response 
data.

How can I keep a request's stream data in memory with Python?

Leo

-- 
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.

Reply via email to