google-code-export / yabi

Automatically exported from code.google.com/p/yabi
0 stars 1 forks source link

Change requesting tasks to make it concurrency friendly #170

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Current code would allow multiple backends requesting the same task twice, no 
locking is used.

Changed the views used by the BE to request tasks to use optimistic locking, to 
avoid this situation.

Original issue reported on code.google.com by szab...@gmail.com on 13 Mar 2012 at 3:09

GoogleCodeExporter commented 9 years ago
Fixed on tszabo in fc9ab75c3dcb

Original comment by szab...@gmail.com on 13 Mar 2012 at 3:11