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
Post a Comment