Hi Máté we talked about this before and I think it's a good addition. Two suggestions to improve the RFC:
The RFC could include more details on how the behavior works exactly in combination with long running I/O. Lets say the default socket timeout being 60 seconds, andt the max execution wall time being 10 seconds. What happens if an HTTP call taking 60 seconds via file_get_contents gets started at 9 seconds in the request? I think you should mention that you also need to configure the timeouts of all I/O operations for an effective strategy, so that one gets a good picture how this puzzle piece fits into production. greetings Benjamin On Sun, Dec 13, 2020 at 1:25 AM Máté Kocsis <kocsismat...@gmail.com> wrote: > Hi Everyone, > > Thanks for all the insightful feedbacks so far, I went ahead, and wrote a > proper > RFC: https://wiki.php.net/rfc/max_execution_wall_time > > Regards: > Máté >