News Feed
Jobs Feed
Sections




News Archive
Pavel Shevaev's Blog:
Make php-fpm execute arbitrary PHP scripts via socket
October 26, 2011 @ 11:19:23

Pavel Shevaev has a quick new post to his blog showing how to get PHP-FPM to execute PHP scripts via a socket request.

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 is served via several fastcgi back-ends.

To solve the problem, he uses a PHP-FPM module to work with the FastCGI socket and execute any file (as permissions allow, of course). In his case, he uses it to "warm up" his APC cache for the user. A code snippet is provided as an example.

0 comments voice your opinion now!
phpfpm execute socket fastcgi module tutorial


blog comments powered by Disqus

Similar Posts

9Lessons: User Signup using Facebook Data

DevShed: Introduction to Using SQLite with PHP 5

Simon Jones' Blog: Admin sub-modules in Zend Framework

Stefan Mischook's Blog: Object Oriented PHP Tutorial in PDF

Andy Bakun's Blog: Race Conditions with Ajax and PHP Sessions


Community Events











Don't see your event here?
Let us know!


framework api community functional database code introduction tool phpunit language series opinion testing podcast release interview development zendframework2 example unittest

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework