Long-living PHP support (Swoole/RoadRunner etc) |
I would like to support Long-living PHP like Swoole, RoadRunner, etc.
If anyone is trying to get CI4 to work with these, I would like to exchange information. And I want to make CI4 work with these easily. Long-living PHP is a completely different architecture than the traditional shared nothing PHP like Apache module or PHP-FPM server. And CodeIgniter4 is not designed for it. So I would like to improve CI4 implementationĀ little by little to support these. Of course, in order for CI4 apps to work with these, the application code must be written to work with them as well as the framework. References https://roadrunner.dev/ https://openswoole.com/ https://www.swoole.com/ https://github.com/walkor/workerman https://github.com/monkenWu/CodeIgniter4-Burner https://github.com/codeigniter4/CodeIgni...ssues/6650 https://forum.codeigniter.com/showthread.php?tid=83596 https://forum.codeigniter.com/showthread.php?tid=71761 https://forum.codeigniter.com/showthread.php?tid=77009 |
Welcome Guest, Not a member yet? Register Sign In |