crepererum commented on PR #514: URL: https://github.com/apache/arrow-rs-object-store/pull/514#issuecomment-3497441543
So instead of relying on the respective runtime e.g. tokio (which as far as I can tell is [not exactly a simple mechanism](https://github.com/tokio-rs/tokio/tree/master/tokio/src/runtime/time).), we are now using [a thread](https://github.com/async-rs/futures-timer/blob/07dbe53da1b5ddb703cdfc74ad59e15cb4134ce0/src/native/global.rs#L26-L28)? Mmh, it's hard to say if that works under high load as intended. Given how deeply `tokio` is embedded into the HTTP stack, I wonder if this whole endeavor is actually gonna lead anywhere or if that's mostly a dead end? (serious question, if you think it's worthwhile and tractable, say so) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
