Система Debian 6.
Подключил репозиторий дотдеба:
deb http://packages.dotdeb.org stable all
deb-src http://packages.dotdeb.org stable allУстановил nginx 1.0.1
Установил PHP Version 5.3.6-6~dotdeb.1
Но кажется с php-fpm проблемы: дикие тормоза, страницы генерируются по 16 сек, в лог /var/log/php5-fpm.log пишется:
tail /var/log/php5-fpm.log
[15-May-2011 00:48:32] NOTICE: fpm is running, pid 19703
[15-May-2011 00:48:32] NOTICE: ready to handle connections
[15-May-2011 00:49:16] WARNING: [pool www] seems busy (you may need to increase start_servers, or min/max_spare_servers), spawning 8 children, there are 3 idle, and 47 total children
[15-May-2011 00:49:17] WARNING: [pool www] seems busy (you may need to increase start_servers, or min/max_spare_servers), spawning 16 children, there are 9 idle, and 54 total children
[15-May-2011 00:49:18] WARNING: [pool www] seems busy (you may need to increase start_servers, or min/max_spare_servers), spawning 32 children, there are 9 idle, and 55 total children
[15-May-2011 00:49:19] WARNING: [pool www] seems busy (you may need to increase start_servers, or min/max_spare_servers), spawning 32 children, there are 7 idle, and 56 total children
[15-May-2011 00:49:20] WARNING: [pool www] seems busy (you may need to increase start_servers, or min/max_spare_servers), spawning 32 children, there are 9 idle, and 59 total children
[15-May-2011 00:49:21] WARNING: [pool www] seems busy (you may need to increase start_servers, or min/max_spare_servers), spawning 32 children, there are 9 idle, and 60 total children
[15-May-2011 00:49:22] WARNING: [pool www] seems busy (you may need to increase start_servers, or min/max_spare_servers), spawning 32 children, there are 8 idle, and 61 total children
[15-May-2011 00:49:23] WARNING: [pool www] seems busy (you may need to increase start_servers, or min/max_spare_servers), spawning 32 children, there are 9 idle, and 63 total children
Пробовал увеличивать в /etc/php5/fpm/pool.d/www.conf
pm.max_children = 200
pm.start_servers = 40
pm.min_spare_servers = 10
pm.max_spare_servers = 70
pm.max_requests = 500
Не помогло - растут только соответствующие цифры в логе.
Помогите разобраться в проблеме.