Slide 6
Slide 6 text
php-fpm (FastCGI Process Manager)
• Handles dynamic PHP requests separately from the web server
• Uses process pools (static, dynamic, ondemmand) to e
ff
i
ciently manage
multiple requests
• Provides better security by isolating PHP execution from the web server
• Allows tuning of worker processes, memory limits, and timeouts for
performance optimization
• Communicates with Nginx via FastCGI protocol