[TYPO3-team-core-v5] Memcached Backend with multiple Flow3 installations?
Axel Hoogestraat
a_hooge at web.de
Fri Apr 25 15:31:41 CEST 2008
Hello and ooops,
i just read, that this list is mainly for the core team members. (I thought
for the TYPO3 Core = FLOW3).
Hmm, sorry. Should I repost this (and that, two posts above) to the general
list?
Greets,
Axel
"Axel Hoogestraat" <a_hooge at web.de> schrieb im Newsbeitrag
news:mailman.1.1209028206.11877.typo3-team-core-v5 at lists.netfielders.de...
> Hi,
>
> i inspected the flow3 code for a while and i think that the memcached
> backend (the filecache, as well) will not work properly, if there are more
> than on flow3 installation on a server.
> In F3_Flow.php, for example, there is the following code:
> $componentConfigurationsCache->save('baseComponentConfigurations',
> $componentConfigurations);
>
> The key 'baseComponentConfigurations' will be overwritten, if another flow
> installation will save the same key. But the configuration, that should be
> saved, could be different.
>
> So, a possible solution is to add an prefix to the key, i think. The
> prefix could be the installationpath of flow3 or something like an id,
> that is configured in the flow3 configuration.
>
> Greets,
> Axel
More information about the TYPO3-team-core-v5
mailing list