Some seriously good news here. It took several years of waiting, but, it finally happened. PHP-FPM project is officially BSD-licensed now, which means, that it has good chances to become a part of official PHP distribution.
PHP-FPM is “deciphered” as “PHP FastCGI Process Manager” and is a patch for php to greatly improve FastCGI SAPI usage in production. It adds a bunch of additional features to php’s fastcgi such as: easy php-process daemonization (with ability to specify uid/gid/chroot/log-file), safe php-processes restart (without losing requests), custom error-handling and accelerated file-upload support (requires additional support from web-server).
There’s not much documentation in english, currently, but, again, there is a good chance that it will be added really soon.

Good news.
Sounds cool!
And what about updating ?
last patch is 13.12.2008
I can't find php-fpm for php-5.2.9
5.2.10 patch should be finished quite soon. see http://groups.google.com/group/highload-php-en/...
It is really a great news. PHP-FPM is an excellent addition to PHP core features that we were waiting for several years. I reminded that Dimitry failed to persuade Andrei to contribute PHP-FPM to PHP kernel.
RE: documentation
There used to be a wiki where I translated most of the Russian docs, and even Chinese was added. But it seems gone.
PHP-FPM is an excellent addition to PHP core features that we were waiting for several years.