debussy007 <[email protected]> writes: > Hi, > > I was wondering what is happening when a request is cleaning some specific > cache files and another request is trying to read those same cache files at > the same time. How is IO access synchronisation handled here ? > > Thank you for any clarification
This really depends on the backend of your cache, such as APC, Memcached, a database, or the filesystem. - Adam
