Activeresource locking

Hi,

I have a scenario where a row in a DB can be updated by multiple activeresource clients. Is there a way to lock a row in activeresource ?

Hi,

I have a scenario where a row in a DB can be updated by multiple activeresource clients. Is there a way to lock a row in active resource ?

Have you read this? A Guide to Optimistic Locking

Walter

Thanks alot for the pointer :slight_smile: