[TYPO3-dev] Testing TYPO3 caching vs. [FE][pageCacheToExternalFiles]
Dmitry Dulepov
typo3 at fm-world.ru
Wed Apr 12 07:51:06 CEST 2006
Hi!
Dimitri Tarassenko wrote:
> 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.
1. Should not be the case on Linux, file will be in OS buffers already.
2. If I request static file (test.txt, couple of kilobytes), I get over
1000 rq/s, if I request typo3 static page I get around 9. See the
difference?
Dmitry.
--
"It is our choices, that show what we truly are,
far more than our abilities." (A.P.W.B.D.)
More information about the TYPO3-dev
mailing list