aoe/t3p-scalable

This package is abandoned and no longer maintained. No replacement package was suggested.

allows you to configure a read/write db connection for a master/slave setup

Maintainers

👁 AOEpeople

Package info

github.com/AOEpeople/t3p-scalable

Type:typo3-cms-extension

pkg:composer/aoe/t3p-scalable

Statistics

Installs: 197

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

2.0.1 2017-01-16 13:40 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

GPL-3.0 7de56e65385df2f30c2ba5bbf48630dd0f809a47

  • AOE GmbH <dev.woop@aoe.com>
  • Fernando Arconada <fernando.arconada.woop@gmail.com>

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.