durusmail: quixote-users: twisted performance with quixote.
twisted performance with quixote.
2004-04-09
Jason Sibre (2 parts)
2004-04-09
2004-04-09
2004-04-09
2004-04-09
2004-04-09
2004-04-09
Re: twisted performance with quixote.
2004-04-09
2004-04-09
twisted performance with quixote.
A.M. Kuchling
2004-04-09
On Fri, Apr 09, 2004 at 11:11:30AM -0500, Jason Sibre wrote:
> quixote.server.twisted_http, and the twisted internals.  I'm working on a
> patch for that file to boost performance, but first:

I haven't tried your test yet, but one thought: twisted_http doesn't support
Stream objects properly.  The Medusa server does support them, returning an
object that calls the Stream's .next() method over and over, but
twisted_http reads all the contents of the Stream into a string and returns
the string.  I could imagine this being responsible -- Twisted sends all the
data for one image before servicing the next.

--amk



reply