I have developed an web application, reservation kind of thing.
When 2 users hit simultaneously, the query/Stored procedure is getting executed.
I want to restrict one execution at a time.
I went through this link "Synchronized stored procedure execution in mysql".
My problem is similar, but I am unable to understand.
Please help me, how to overcome this problem.