Solved

When Testing an Alfresco Content Services Extension Under High Levels

Question 34

Multiple Choice

When testing an Alfresco Content Services extension under high levels of concurrency, you notice that some transactions are failing due to locking issues with the database. What is an appropriate way to resolve this?


A) Manually unlock the offending records and start the testing again.
B) Directly use Alfresco's database connection pool and write your own SQL.
C) Use the RetryingTransactionHelper to retry code that fails due to locking.
D) Rewrite the queries used by your application to reduce the chance of the lock.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions