Distribute Lock vs. Single Consumer for the Queue 1 points by useRust 2y ago ↗ HN Which solution do people think is more scalable, efficient solution to avoid race condition in async processing system?
[–] mrkeen 2y ago ↗ I'd bet on single consumer against distributed lock, but there's not enough context to decide.Neither is scalable. [–] useRust 2y ago ↗ If neither is scalable, what would be the ideal solution? What more context would you need?
[–] useRust 2y ago ↗ If neither is scalable, what would be the ideal solution? What more context would you need?
2 comments
[ 4.4 ms ] story [ 20.0 ms ] threadNeither is scalable.