Replies: 2 comments
-
FWIW. I tried the first test program from here and it did indeed create the file. $ curl localhost:8080/fastcgi_finish_request.php
<p>Calling to <code>fastcgi_finish_request()</code>.</p>
<p>If success, the file /home/andrew/src/php/text.txt will be created.</p>
$ cat /home/andrew/src/php/text.txt
2023-11-10 16:28:09 That suggests that So it looks like it at least has a chance of working. I guess your best bet is to just try it... Feel free to report back your findings. If it doesn't work we can look at what needs fixing in Unit. |
Beta Was this translation helpful? Give feedback.
-
Well, I'm a big dummy. The actual "problematic" php call it runs is indeed fastcgi_finish_request Which is specifically mentioned in the basic php docs as supported! Next week I am tasked with intense performance testing and I will check if it works as advertised, but there's no reason it shouldn't. |
Beta Was this translation helpful? Give feedback.
-
Migrated my app from nginx+php-fpm to Unit. We're using Sentry for profiling and error handling.
There's this bit:
Beta Was this translation helpful? Give feedback.
All reactions