Deadlock error in INSERT statement
- by Gnanam
We've got a web-based application. There is a time-bound database operation (INSERTs and UPDATEs) in the application which takes more time to complete, hence this particular flow has been changed into Java Thread so it will not wait (block) for the complete database operation to be completed.
My problem is, if more than 1 user come across this…