How is record locking handled when extending an application to the web?
S
This very much depends upon the application. It is not really suitable to implement pessimistic locking via the web (as in getting an exclusive lock for the duration of the usage) so you need to implement some form of optimistic locking, only locking at save time and returning to the user for more instructions if the item has changed.
Whilst it is possible for the developer to encapsulate this logic this functionality is not provided out of the box.
info@sprezzatura.com
World Leaders in all things RevSoft
Optimistic…pessimistic….
Look, the best locks is a nice peice of belly lox….with an egg bagel, and maybe a nice piece sable.
garygnu@compuserve.com