| ▲ | raphinou 3 hours ago | |||||||||||||
I'm working on an rest API server backed by a git repo. Having an actor responsible for all git operations saved me from a lot of trouble as having all git operations serialised freed me from having to prevent concurrent git operations. Using actors also simplified greatly other parts of the app. | ||||||||||||||
| ▲ | koakuma-chan 2 hours ago | parent [-] | |||||||||||||
So you're just using actors to limit concurrency? Why not use a mutex? | ||||||||||||||
| ||||||||||||||