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

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

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

ios - CFRelease causing crash in iPad application -