Settings

Theme

Distribute Lock vs. Single Consumer for the Queue

1 points by useRust 2 years ago · 2 comments · 1 min read


Which solution do people think is more scalable, efficient solution to avoid race condition in async processing system?

mrkeen 2 years ago

I'd bet on single consumer against distributed lock, but there's not enough context to decide.

Neither is scalable.

  • useRustOP 2 years ago

    If neither is scalable, what would be the ideal solution? What more context would you need?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection