aoe / t3p-scalable
allows you to configure a read/write db connection for a master/slave setup
Installs: 197
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 29
Forks: 0
Open Issues: 0
Type:typo3-cms-extension
Requires
- typo3/cms-core: 6.2.0 - 7.6.99
This package is not auto-updated.
Last update: 2020-01-22 04:31:01 UTC
README
============================= To be added to documentation: ============================= >> 2010-01-05 Oliver Hader <oliver@typo3.org> Assure Configuration This kind of configuration assures that a write/master connection is used to handle data. This can be handy if it has to be assured that for e.g. session data (or other sensitive data) the accordant database connection is used. Properties in configuration $t3p_scalable_conf['db']['assure']['write']: + 'tables' (string) Contains a list of tables that shall only be accessed by the write/master connection. Example: 'tables' => 'fe_session_data,fe_sessions,cache_pages' + 'backendSession' (boolean) Defines whether the current backend user sessions shall use the write/master connection. Example: 'backendSession' => true + 'cliDispatch' (boolean) Defines whether the write/master connection shall be used when a CLI process was dispatched. This can be handy e.g. for running a crawler task. ------------------------------------------------------------------------------- This extension is no longer actively maintained.