Resource icon

Unmaintained Deadlock Avoidance by Xon 1.0.21

No permission to download
Q. Why does this add-on state it may cause compatibility issues?
A. This add-on makes invasive changes to how the postSaveAfterTransaction function is called for a number of critical code-paths.

If an add-on has been coded to make certain assumptions about when postSaveAfterTransaction is called when called from another DataWriter, this add-on will break those assumptions.

Q. Why is php 5.5+ required?
A. This add-on makes extensive use of features only available from php 5.5 onwards. Removing the use of php closures would require a complete rewrite.
Top Bottom