John Howard

Results 1682 comments of John Howard

There was a reason but I forget why... I think it might have had something to do with the original iteration being in Istio/Istio (which uses out/). Maybe we can...

The pool is the outer connections, the inner connections are still accumulated though. This may actually impact applications as they will not be aware the peer closed the connection?

No, I don't think it has been. We cannot curerntly detect when downstream disconnects

Hyper doesn't manage the connection, this would be tokio level I think On Wed, Jul 12, 2023 at 1:55 PM Ian Rudie ***@***.***> wrote: > Is this an enhancement we'll...

We have now setup crates download caching. Sharing a build cache seems much harder. We can't just naively share the target folder since it uses locks. sccache with local folder...

``` 1: cargo install sccache --features openssl/vendored 2: export SCCACHE_DIR=/tmp/rust-build/sccache 3: export RUSTC_WRAPPER=/home/.cargo/bin/sccache 4 export CARGO_INCREMENTAL=0 5: export SCCACHE_ERROR_LOG=/tmp/sccache_log.txt 6: export SCCACHE_LOG=debug ``` ^ My previous attempt to use sccache...

Yep, permissions will be fixed by https://github.com/istio/community/pull/879 btw

If we run HEAD and HEAD^ on the same machine it might be sufficient, assuming there is minimal noise within a single machine. We can get a dedicated node in...

Bummer... we could try increasing sample sizes/iterations in criterion but if there is enough noise it may still be tricky. I think its important to have *some* way to make...