Troy

Results 36 comments of Troy

@TuringJest I think you miss-understood. There is no way to have a global data loader without caching, your proposed solution to get around the caching of recreating it per request...

@5E7EN @RAnders00 Perhaps creating message groups where messages within the group must be processed on a single connection and then create a connection if no connection can support the size...

@sabanworld To for SSR from the backend i only want to render set using GQL on SSR and dont use it client side. Therefore i could reduce bundle size by...

Out of curiosity why is the global state a mutable static? Why not use an atomic pointer? Or better if you want to allow the ability to change the global...

@sunli829 this pr can be closed after the merge of #1424

Something like this https://gist.github.com/TroyKomodo/0e746b9dd2b5e4618af2a1b92a6efaf9

Something like this, perhaps we can have a code path when the registry has this trait, not sure. [patch.txt](https://github.com/tokio-rs/tracing/files/15088118/patch.txt)

Is it possible to use the slab storage directly in the env_filter rather than using a rwlock?

I also think at a minimum its worth considering only doing anything with the 2 mutexs if there is at least 1 dynamic directive.