[Twisted-Python] question about twisted web2

inhahe inhahe at gmail.com
Mon Apr 21 08:20:18 EDT 2008


i may not understand all this very well, but,
if i remember correctly, http 1.1 supports multiple requests over the same
connection to speed things up.. but
http://twistedmatrix.com/projects/web/documentation/howto/web-overview.htmlleads
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't close the connection after each request?  if so, i'd like to use it
for that reason, but then, according to
http://twistedmatrix.com/trac/wiki/TwistedWeb2 web2 isn't very fast. i don't
know if their benchmarks take under consideration realistic conditions in
which multiple requests can be made over a single tcp connection.
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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://twistedmatrix.com/pipermail/twisted-python/attachments/20080421/f76d0c68/attachment.htm 


More information about the Twisted-Python mailing list