views:

24

answers:

0

Hi,

We are having some troubles when many people is visiting our site at the same time. We are using Symfony 1.2.7 + Memcached on Amazon Web Services. We have 2 instances running Apache with load balancing. Database is MySQL and it is running in a separate instance that stores de web files (the other instances are mounting these files using NFS).

It seems file system is not fast enough to access the cache file so it fails.

Apache log says: Unable to read cache file "/var/www/cache/frontend/prod/config/routing/symfony.routing.data.cache"

Thank you very much.