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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
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
Poolimplementation) to any external system, we can design and implement a newPoolthat will redirect input to the PHP-FPM workers instead of RR workers.TODO:
Poolinterface, create a new dir inside thepkgfolder namedfpm.php-fpmpool impl.serverplugin 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