The Polite contention manager resolves conflicts by backing off and retrying the lock. If after {@code MAX_BACKOFF_TIMES} the lock cannot be acquired, the other thread's transaction is aborted.
@author Yoav Cohen, yoav.cohen@cs.tau.ac.il
@since 1.2
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.