Race Condition
IntermediateFire 5 parallel transfer requests at $100 from a $100 account. Without a database transaction lock, all reads happen before any write — turning $100 into -$400.
Progress:
1
Trigger the Race Condition2
Fix with DB Transaction⚡ Bank Account
Current Balance
$100
Starting balance ($)
Transfer amount per request ($)
Parallel requests: 5
🛡 Server Protection
Database log
Waiting for requests…