Posts Tagged ‘FastCGI’
Теперь уже официально: Getting both FastCGI module and AppPool CPULimit to work
(ниже всё строго вендузятное, многабукафф) Ну вот, на колу мочала – начинай сначала. Managing CPU utilization for IIS worker processes that use FastCGI module WSRM documentation article states that WSRM does now work with processes that use Job Objects. This statement is not exactly correct – WSRM cannot manage the processes within Job Object, only […]
Вот так некий чудодейственный скрипт на Пехапе заработал на IIS 7.0 (+FastCGI) с настройками “из коробки”: Нагрузка – примерно 10 хитов в секунду, процессор – Pentium IV. Как, всё-таки, хорошо, что “я в сортах дерьма не разбираюсь” ™
“We use a JobObject to tie FastCGI processes to IIS. This prevents them (or their children) from establishing lives outside that of the worker process’. When the worker process disappears, so do all the FastCGI processes. The CPULimit feature also uses a JobObject. Unfortunately a process can only belong to one JobObject, making FastCGI and […]