Skip to content

fabarea/database_locks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database locks

The default TYPO3 locking strategy is "FileLockStrategy." This approach is not ideal when the source code is shared between multiple servers (e.g., via a shared file system on NFS). While Redis is an option to solve this issue, it is not always available. We can use the in-memory storage of the database to store the locks.

This extension addresses exactly that - it provides a database lock strategy for TYPO3.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages