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