Changes between Version 1 and Version 2 of Ticket #31920, comment 8


Ignore:
Timestamp:
Oct 2, 2020, 1:24:09 PM (4 years ago)
Author:
Ben Lomax

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #31920, comment 8

    v1 v2  
    771. For the greedy load, I would imagine the greedy load would be for all of the middleware? I think `AuthenticationMiddleware` is the only one that lazy loads an object (although `GZipMiddleware` has a `_lazy_re_compile` which I've not wrapped my head around yet to know if that would need to be updated too).
    88
    9 2. The user / `SimpleLazyObject` async function sounds like it might potentially be the neatest, but I don't really understand how that could be implemented. Do you have any existing examples that so similar things (or even just a pointer of how I might approach this)?
     92. The user / `SimpleLazyObject` async function sounds like it might potentially be the neatest, but I don't really understand how that could be implemented. Do you have any existing examples that do similar things (or could you elaborate on how I might approach this)?
    1010
    11113. I've not encountered "greenlets" before. Are you referencing this library? https://github.com/python-greenlet/greenlet
Back to Top