DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Rheinschafe | Advanced TYPO3 Locking

(EXT: rs_lock)

If you need advanced TYPO3 locking functions, this extension may help you.

Features TYPO3 with an advanced and rewritten locking.

TYPO3 offers locking methods are:

  • simple (is_file method)
  • flock (filesystem locking attributes)
  • semaphore (System V IPC Key)

These three drivers are rewritten into an adaptive driver api to boost performance and abstraction. There is also a new driver for MySQL Locking through an InnoDB table called 'sys_lock'.

Very extendable structure, even if this is an really really initial version. Try & Fail :-)