[TYPO3-core] [OT] Could not acquire lock for ClassLoader cache creation

Thomas Maroschik tmaroschik at dfau.de
Thu May 8 09:31:45 CEST 2014


Imho in a "enterprise" setup the classes cache should not be shared. It 
containts path information which can be substantially different on every 
host. Simply putting a shared typo3 instance on a shared FS will 
potentially impact performance of the whole system strongly.

Put shared caches on a shared memcache, redis or whatever system which 
also handles concurrency and non shared caches like classes, 
configuration and so on on the local FS.

Your only problem left is deployment and this should be handled by your 
"enterprisy" continous integration server.

Greetz

Tom

-- 
Thomas Maroschik
TYPO3 CMS Active Contributor

TYPO3 .... inspiring people to share!
Get involved: typo3.org


More information about the TYPO3-team-core mailing list