php - Does request_terminate_timeout overwrite max_execution_time? -


does request_terminate_timeout in php-fpm pool definitions overwrite max_execution_time in php.ini file?

apparently the're both doing same thing @ different levels. max_execution_time honored php , request_terminate_timeout handled fpm process control mechanism. whichever set lowest value kick in first. apache has idle-timeout parameter observes , give on php process after time.

also

maximum execution time not affected system calls, stream operations etc.

so need take account well.


Comments

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -