Alpha Five Version 10 Feature Peek #11: Multi-user editing
Grids withing Alpha Five Version 10 use "optimistic record locking" to trap multi-user edit conflicts. The video below shows you how data automatically refreshes as soon as the user starts to edit (which minimizes chances of a write conflict), and how V10 traps write conflicts.


1 comments:
Although this optimistic records locking has been a feature of Alpha since some time, I think the implementation on the WEB side now in V10, is a MAJOR time and development saver...
This is an implementation of a feature mostly forgotten in a web app dev project, because usually this is too costly too implement...Now out of the box, you get something sound and safe to deal with concurrency control.. You name me one web dev. platform who has this std out of the box. Bravo Ron
Post a Comment