(no title)
gorset | 6 months ago
This works fine on Linux, and common approach for trading systems where it’s fine to oversubscribe a bunch of cores for this type of stuff. The cores are mostly busy spinning and doing nothing, so it’s very inefficient in terms of actual work, but great for latency and throughput when you need it.
butterisgood|6 months ago
It's not blanket good advice for all things.
lossolo|6 months ago
thinkharderdev|6 months ago
For workloads that are a mix of IO and non-trivial CPU work, it can still work but is much, much harder to get right.