Alan Sawyer
|
| Posted: 12/22/2005, 12:13 PM |
|
When using SQL Server for example, does CCS use the "last updater" wins method for locking?
Alan Sawyer
|
|
|
 |
Alan Sawyer
|
| Posted: 12/26/2005, 6:42 PM |
|
Can anybody help here??
Alan Sawyer
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 12/26/2005, 11:16 PM |
|
Alan,
By default the "last in wins" method is used.
You would need to use other and custom concurrency mechanisms at the application level. For example in our support system we use pessimistic locking.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
|