in reply to Re: Concurrency control in web applications
in thread Concurrency control in web applications
In a web application this is no help. You can't just lock the rows whenever you send out an editing form, because when the user submits that form the request might go to a totally different server process, or the user might simply shut down their browser and leave the rows locked forever.