--
You received this message because you are subscribed to the Google Groups "PyWeb-IL" group.
To post to this group, send email to pywe...@googlegroups.com.
To unsubscribe from this group, send email to pyweb-il+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/pyweb-il?hl=en.
SSL is a layer on top TCP and HTTP is a layer(in case of https) on top SSL.
Do you see Connection: close in the response headers if so then the server doesn't want to keep the connection alive.
Nope,if they close it you can't reuse it(you can try in case they only tell the client to close it but they don't really close it but that is hacky).
Check if they have a way to batch requests in their API