in reply to Re: Making credit processing atomic
in thread Making credit processing atomic
I should have been clearer in my original post. The problem arises because a credit authorization/capture can execute successfully, but the database can still fail. I suppose I could automatically credit those transactions where the database fails, but what if I do if the credit doesn't execute properly? The issue I'm trying to overcome is making the RDBMS and the credit authorization act atomically. =)