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