commit | 9b3b355b464585936c845c9f8a825351cee1b9a1 | [log] [tgz] |
---|---|---|
author | Joe Lee <[email protected]> | Mon Jan 10 18:52:20 2022 -0800 |
committer | Joe Lee <[email protected]> | Mon Jan 10 18:52:20 2022 -0800 |
tree | bead6f9697fcafae42874b0a967fd147ee217180 | |
parent | 24b3199f1468c5eb986ef82c9945b1858e5967cf [diff] |
HTTP concurrency limiter: Avoid unnecessary recursion when many pending connections are canceled at once
Cap‘n Proto is an insanely fast data interchange format and capability-based RPC system. Think JSON, except binary. Or think Protocol Buffers, except faster. In fact, in benchmarks, Cap’n Proto is INFINITY TIMES faster than Protocol Buffers.