in reply to Concurrency control in web applications
The alternative is as others have suggested to implement your own locking mechanism via a secondary table. Be sure to include a time when the lock was acquired so that you can force the release of stale locks.
Michael
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: Concurrency control in web applications
by liz (Monsignor) on Oct 24, 2003 at 21:47 UTC | |
Re^2: Concurrency control in web applications
by adrianh (Chancellor) on Oct 24, 2003 at 21:58 UTC |