Skip to content

Commit

Permalink
[rfc] Drawbacks
Browse files Browse the repository at this point in the history
  • Loading branch information
didierofrivia committed Feb 9, 2024
1 parent 8b23d05 commit 224d299
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rfcs/0000-limitador-multithread-inmemory.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,9 @@ consistency in the counter data. We might not need to use locks, but we need to
# Drawbacks
[drawbacks]: #drawbacks

Why should we *not* do this?
* The implementation of a multi-threaded Limitador service will introduce additional complexity to the codebase
* The need to manage concurrency and consistency across threads will require careful design and testing to ensure
that the service operates correctly and efficiently.

# Rationale and alternatives
[rationale-and-alternatives]: #rationale-and-alternatives
Expand Down

0 comments on commit 224d299

Please sign in to comment.