aoe / t3p-scalable
此包已被弃用,不再维护。未建议替代包。
允许您为主/从设置配置读写数据库连接
2.0.1
2017-01-16 13:40 UTC
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.