Y
Hacker News
new
|
ask
|
show
|
jobs
Distribute Lock vs. Single Consumer for the Queue
1 points
by
useRust
704 days ago
Which solution do people think is more scalable, efficient solution to avoid race condition in async processing system?
1 comments
mrkeen
704 days ago
I'd bet on single consumer against distributed lock, but there's not enough context to decide.
Neither is scalable.
link
useRust
704 days ago
If neither is scalable, what would be the ideal solution? What more context would you need?
link
Neither is scalable.