[FEATURE] t3lib_DB: Turn off pconnect by default
By default, TYPO3 uses *_pconnect() to connect to the database. This is however only required in case connecting to the DB server is slow. In other cases there is no advantage in turning this on, but there may be disadvantages if the configuration of database and web server are not aligned. See also http://www.php.net/manual/en/features.persistent-connections.php This commit was made based on a discussion on typo3-dev, see message <mailman.12316.1298886389.648.typo3-dev@lists.typo3.org> and following. Change-Id: Ibdc5f5c6045206039cbb23be47e1d2e648a94da5 Reviewed-on: http://review.typo3.org/1137 Tested-by:Mr. Jenkins <blueduck@gmx.net> Reviewed-by:
Xavier Perseguers <typo3@perseguers.ch> Tested-by:
Xavier Perseguers <typo3@perseguers.ch> Reviewed-by:
Oliver Klee <typo3-coding@oliverklee.de> Reviewed-by:
Andreas Wolf <andreas.wolf@ikt-werk.de>
Please register or sign in to comment