Replies: 2 comments
-
@rustatian Often |
Beta Was this translation helpful? Give feedback.
0 replies
-
@tarampampam Yeah, I am pretty sure, that we shouldn't re-implement |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After discussion with @wolfy-j .
Support a PHP-FPM (https://www.php.net/manual/en/install.fpm.php) process manager. Since we have the ability to redirect any input from any plugin (which uses workers and
Pool
implementation) to any external system, we can design and implement a newPool
that will redirect input to the PHP-FPM workers instead of RR workers.TODO:
Pool
interface, create a new dir inside thepkg
folder namedfpm
.php-fpm
pool impl.server
plugin and implement a new, let's say, relay.Useful links:
https://www.nginx.com/resources/wiki/start/topics/examples/phpfcgi/
https://github.com/php/php-src/tree/master/sapi/fpm/fpm
Beta Was this translation helpful? Give feedback.
All reactions