Handling concurrent edits
1. Increase response time
2. Users could override each other's changes
3. Needs to handle if someone updates their circus while someone else is visiting
4. Use record locking to stop edits if someone else has access to data
5. Different users will have different response times
6. Processor can still handle other requests
7. Performance for other users is not affected