Changes between Initial Version and Version 2 of Ticket #33699


Ignore:
Timestamp:
May 18, 2022, 3:01:54 AM (2 years ago)
Author:
Carlton Gibson
Comment:

Thanks Noxx, re-opening, and accepting for review after discussion on mailing list.

The basic idea here is to read the request body as-needed, rather than pulling it into the spooled temporary file before instantiating the ASGI request. Perhaps there will be gotchas, but that feels like the right thing to do, so... 👍

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33699

    • Property Cc Andrew Godwin Carlton Gibson added
    • Property Component File uploads/storageHTTP handling
    • Property Has patch set
    • Property Keywords ASGI async added
    • Property Triage Stage UnreviewedAccepted
    • Property Summary Performance does not scale when increasing file upload sizesRead ASGI request body from asyncio queue on-demand
    • Property Type UncategorizedNew feature
    • Property Version 4.0dev
  • Ticket #33699 – Description

    initial v2  
     1Was "Performance does not scale when increasing file upload sizes"
     2
    13== Story
    24Our application supports many file uploads.
Back to Top