It says that distro available at php.net has a number of known problems 
related to using FastCGI SAPI in production servers. Also, it argues why 
using FastCGI SAPI along with php-fpm is a good idea.

php-fpm addresses the following problems:

1. php daemonization
2. Process managing. Smooth php workers stop and restart without loosing 
queries.
   Smooth config refresh and binaries with no lost queries.

3. Banning IP addresses for the web server.

4. Running workers with different uid/gid/chroot/environment and different 
php.ini
   options. Safe mode is no longer required!

5. Logging stdout & stderr working processes.

6. Emergency restart of all processes in case shared memory opcode cache is 
destroyed and   if accelerator is in use.

7. Forced halting of hanged processes if set_time_limit() does not work.

There are also "special features" like Error header, Accelerated upload support,
fastcgi_finish_request(), Slowlog()


hth

olv


On Sun, Apr 19, 2009 at 10:45:51AM -0300, Alexandre Biancalana wrote:
> On 4/18/09, APseudoUtopia <apseudouto...@gmail.com> wrote:
> > On Sat, Apr 18, 2009 at 2:19 AM, Andrew <a...@awdcomp.net> wrote:
> ...
> >
> >
> > If you choose to run php via FastCGI, check out PHP-FPM. It's a patch
> >  that greatly speeds up php's FastCGI performance. It honestly does
> >  help significantly. There's a FreeBSD port in the "Archives Download"
> >  section of the website.
> >  http://php-fpm.anight.org/
> 
> Can you explain PHP-FPM ? Some parts of http://php-fpm.anight.org/ are
> not written in english...
> 
> Regards,
> _______________________________________________
> freebsd-questions@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"

Reply via email to