Reduce concurrent access to work items

When two or more people try to claim the same work item, only one person will succeed. The other person is denied access.

Only one person can claim a work item. When several people attempt to work with the same work item at the same time, the probability of collision increases. Collisions cause delays, because of lock waits on the database or rollbacks. Some ways to avoid, or at least reduce, the incidence of collision are as follows:

Terms of use | | Broken links

Last updated: Tue Dec 06 04:14:39 2005

(c) Copyright IBM Corporation 2005.
This information center is powered by Eclipse technology (http://www.eclipse.org)