Timeline for How to prevent race conditions in a web application?
Current License: CC BY-SA 3.0
15 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Sep 16, 2020 at 9:27 | history | protected | gnat | ||
| Sep 15, 2020 at 16:00 | answer | added | Josef | timeline score: -2 | |
| Nov 26, 2014 at 23:37 | answer | added | Neil McGuigan | timeline score: 12 | |
| Nov 26, 2014 at 13:29 | comment | added | paj28 | Some discussion related to Django here | |
| Nov 26, 2014 at 8:44 | vote | accept | paj28 | ||
| Nov 25, 2014 at 21:48 | answer | added | Greg Burghardt | timeline score: 1 | |
| Nov 25, 2014 at 19:50 | comment | added | TehShrike | FYI, the form of locking you mention in your question is known as "optimistic concurrency control" | |
| Nov 25, 2014 at 18:09 | history | tweeted | twitter.com/#!/StackProgrammer/status/537307140185018368 | ||
| Nov 25, 2014 at 12:54 | answer | added | ProMisDev | timeline score: 29 | |
| Nov 25, 2014 at 11:43 | comment | added | Doc Brown | Your question is in no way special to web applications, desktop applications can have exactly the same problem. The typical solution strategies are described here: stackoverflow.com/questions/129329/… | |
| Nov 25, 2014 at 10:39 | answer | added | ratchet freak | timeline score: 11 | |
| Nov 25, 2014 at 10:19 | comment | added | paj28 | @KilianFoth - I've added some info about what I'd particularly like to know | |
| Nov 25, 2014 at 10:18 | history | edited | paj28 | CC BY-SA 3.0 | added 235 characters in body |
| Nov 25, 2014 at 10:16 | comment | added | Kilian Foth | You've already given the answer: by tracking the date of change of objects and comparing it to the age of the data that other changes try to update. Do you want to know something else, e.g. how to do it efficiently? | |
| Nov 25, 2014 at 10:10 | history | asked | paj28 | CC BY-SA 3.0 |