Tuesday, August 20, 2019

when to for concurrency concerns

If I write some record locking workflow will I goldplate my app? Should I not just wait until the users complain of concurrency collisions as they probably will not? In my experience the times when you need to proactively think about concurrency have to do with scenarios in which a lot of people are dog-piling into the app during a tight window just in advance of a deadline.

No comments:

Post a Comment