FrankenPHP? #16796
Replies: 7 comments 5 replies
-
According to quick start I might assume that yes, it might work. |
Beta Was this translation helpful? Give feedback.
-
https://frankenphp.dev/docs/docker/#how-to-install-more-php-extensions This is the how-to. As for the actual performance gain or not, I am not sure. Someone needs to benchmark it. |
Beta Was this translation helpful? Give feedback.
-
We are currently testing its implementation, hoping for improved performance and, above all, scalability compared to php-fpm. It seems to work in classic mode but not in worker mode. This would require an intermediate runtime on this model (https://github.com/php-runtime/runtime). But to be honest, I lack knowledge on the functioning of Phalcon and time to push the worker experiment a little further. |
Beta Was this translation helpful? Give feedback.
-
I added popular benchmark https://www.techempower.com/benchmarks/#section=data-r23&test=plaintext compatible benchmarking code here with Swoole PR https://github.com/phalcon/bridge-swoole/pull/9/files |
Beta Was this translation helpful? Give feedback.
-
i have deployed frankenphp + phalcon + docker. |
Beta Was this translation helpful? Give feedback.
-
Dammit. It does return shared instance: @niden Is there a way to unset a service from a container? I understand that controllers should be shared BUT in shared memory model I would prefer to have a way to remove created instance somehow... We could then have a "reset" method that would remove stuff from the container once the request is done. |
Beta Was this translation helpful? Give feedback.
-
Best thing is with FrankenPHP v6 Phalcon may be compilable again -
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, i wonder, does Phalcon play along with FrankenPHP? Can it be run, and can it bring additional performance gains?
Beta Was this translation helpful? Give feedback.
All reactions