[TYPO3-dev] Testing TYPO3 caching vs. [FE][pageCacheToExternalFiles]
Ries van Twisk
typo3 at rvt.dds.nl
Tue Apr 11 17:08:59 CEST 2006
Dimitri Tarassenko wrote:
>Bernhard,
>
>On 4/11/06, Bernhard Kraft <kraftb at kraftb.at> wrote:
>
>
>
>>But then I made stress tests using the "ab" tools supplied with apache and noticed that the
>>fully-file-cached version was even slower than the DB-version .... no clue why.
>>
>>
>
>Because several apache child processes reading the same files are
>going to work slower than several child processes talking to mysql
>daemon child processes that deliver the data. MySQL in this case works
>as a 2nd level cache over the filesystem, and whatever time you gained
>by getting rid of mysql_connect's is eaten up either by the filesystem
>code or by the TYPO3/PHP code that reads the files.
>
>
This means that you can speed up this particular situation by using a
sharedmemory cache?
But it will not reflect real-live performance thought...
Good thinking Dimitri, I think I need to agree with that.
Ries
>--
>Dimitri Tarassenko
>_______________________________________________
>TYPO3-dev mailing list
>TYPO3-dev at lists.netfielders.de
>http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev
>
>
--
Ries van Twisk
Freelance Typo3 Developer
=== Private:
email: ries at vantwisk.nl
web: http://www.rvantwisk.nl/
skype: callto://r.vantwisk
=== Work:
email: ries at livetravelguides.com
web: http://www.livetravelguides.com
More information about the TYPO3-dev
mailing list