Changes between Version 1 and Version 2 of Ticket #31920, comment 8
- Timestamp:
- Oct 2, 2020, 1:24:09 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #31920, comment 8
v1 v2 7 7 1. 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). 8 8 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 ofhow I might approach this)?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 do similar things (or could you elaborate on how I might approach this)? 10 10 11 11 3. I've not encountered "greenlets" before. Are you referencing this library? https://github.com/python-greenlet/greenlet