Changes between Version 1 and Version 2 of Ticket #4079


Ignore:
Timestamp:
2023-12-08T15:54:26Z (11 months ago)
Author:
itamarst
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4079 – Description

    v1 v2  
    1111* inlineCallbacks probably has overhead too. I didn't measure it yet.
    1212* HTTP overhead. Twisted's HTTP parser probably isn't the fastest.
    13 * Chunk size. If chunking is done in too small of a unit, this increases all the overhead. Larger chunk sizes will help.
     13* Chunk size. If chunking is done in too small of a unit, this increases all the overhead. Larger chunk sizes will help. See #4080