Actions
Bug #30829
closedp_connect should be disabled by default
Start date:
2011-10-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
By default p_connect is enabled in default Typo3 install, this can have a beneficial effect in some case and a very detrimental effect on other servers, I personally have experienced a 5x slow down using p_connect.
localconf.php should contain:
($TYPO3_CONF_VARS['SYS']['no_pconnect'] = '1';
by default
Updated by Oliver Hader over 12 years ago
- Status changed from New to Needs Feedback
Moving your question to the TYPO3 Core Project...
Can you please give more details on what these "other servers" are? Configuration, special scenarios, something to meassure... Thx.
Updated by Oliver Hader over 12 years ago
- Project changed from 1664 to TYPO3 Core
Updated by Alexander Opitz over 11 years ago
- Status changed from Needs Feedback to Closed
Actions