+

Search Tips   |   Advanced Search

Troubleshoot JPA deadlocks and transaction timeouts

Database deadlocks and transaction timeouts are the result of contention between two or more clients attempting to access the same database resource. Deadlock is a special case where a circular blocking condition between two or more clients, each blocked by the others, but no one can proceed. Usually these phenomena are not programming errors. They are caused by business logic accessing database resources in a complex and inter-depending fashions.

By using the following best practices and strategies, these conditions can be minimized.


Tasks


Related:

  • Programming interfaces
  • Use WSJPA access intent
  • Extensions to data access APIs