i may not understand all this very well, but,<br>if i remember correctly, http 1.1 supports multiple requests over the same connection to speed things up.. but <a href="http://twistedmatrix.com/projects/web/documentation/howto/web-overview.html">http://twistedmatrix.com/projects/web/documentation/howto/web-overview.html</a> leads me to believe it closes the connection after each request.. but twisted web2, otoh, is supposed to have full 1.1 support.. does this mean it won&#39;t close the connection after each request?&nbsp; if so, i&#39;d like to use it for that reason, but then, according to <a href="http://twistedmatrix.com/trac/wiki/TwistedWeb2">http://twistedmatrix.com/trac/wiki/TwistedWeb2</a> web2 isn&#39;t very fast. i don&#39;t know if their benchmarks take under consideration realistic conditions in which multiple requests can be made over a single tcp connection.&nbsp; <br>
so should i use web2, and if not, is there any way to do what i want using twisted.web, and if not, what python web framework can i use that does do what i want and is otherwise as fast as twisted web?&nbsp; <br><br><br><br>