Add Filters to Customize Cache Locking Behavior and Reverse Locking Method Priority #387
Labels
Milestone
Comments
raamdev
added a commit
to wpsharks/comet-cache-pro
that referenced
this issue
Dec 27, 2014
raamdev
added a commit
that referenced
this issue
Dec 27, 2014
raamdev
added a commit
to wpsharks/zencache-pro-original
that referenced
this issue
Dec 27, 2014
raamdev
added a commit
to wpsharks/comet-cache-pro
that referenced
this issue
Dec 27, 2014
raamdev
added a commit
that referenced
this issue
Dec 27, 2014
raamdev
added a commit
to wpsharks/zencache-pro-original
that referenced
this issue
Dec 27, 2014
Closed
This was referenced Dec 27, 2014
Next release changelog:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Forked from #288 (comment).
It would be desirable to have filters for the following:
flock
vssem
)We should also change the default cache locking priority to improve compatibility.
flock()
→sem_get()
Currently,
sem_get()
is used if it exists andflock()
, which is more compatible, is only used ifsem_get()
is not available. Since web hosting systems that run on cloud-based filesystems may have issues withsem_get()
--even if it's available--we should default toflock()
and leavesem_get()
as something that an advanced site owner can choose to manually set as the default, via a filter.The text was updated successfully, but these errors were encountered: