▲ | wubrr 4 days ago | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Every place I worked at, that had any kind of reliable, high-throughput concurrent system had an extensive suite of concurrent tests. https://github.com/postgres/postgres/tree/master/src/test/is... https://muratbuffalo.blogspot.com/2023/08/distributed-transa... https://learn.microsoft.com/en-us/archive/msdn-magazine/2008... | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
▲ | sarchertech 4 days ago | parent [-] | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
> Every place I worked at, that had any kind of reliable, high-throughput concurrent system Pretty much anyone with high throughput is running a high throughput concurrent system, and very few companies have an extensive suite of concurrency tests unless you just mean load tests (that aren’t setup to catch race conditions). The “reliable” part of that statement might be doing a lot of heavy lifting depending on what exactly you mean by that. | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|