Make php-fpm execute arbitrary PHP scripts via socket
Note: This article was originally published at Planet PHP
on 22 October 2011.
We are using APC cache very heavily in our projects and during project deployment the cache must be flushed and warmed up. A common solution to warmup the APC cache is to fetch some special page via HTTP which does the job.
The problem with this approach is that it's not reliable enough when PHP [...]


