Php
PHP-FPM
Limitations of PHP-FPM to be aware of
Thoughts and experiences with PHP-FPM, be aware of the limits. Not everything is working on hosters that provide php.
Php Sync
synchronization in PHP by basic means
PHP’s on a public webhosting platforms almost always limit the means of communication between php-servlets, which are needed if one servlet should be notified of changes made by a second serlet. How can one emulate such a notification by other means?