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

Issues changing the value of an element in an array in matlab -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

vb.net - Alternative to the T-SQL AS keyword -