Bank transaction Synchronization -
Anonymous User
653

Lets say you have batch processing job which is responsible for making the changes in to users account , for example transfer amount 100$ to destination acc from src. You actually make modification for both source ande destination acc . How would you make sure you take care of all corner cases like , race conditions , deadlock , HW failures etc .
sample pseudo code is much appreciated .

Comments (1)