The original post: /r/php by /u/sarvendev on 2024-10-09 19:54:34.
Do you have examples of high-scale apps like hundreds/thousands of requests per second? Any problems?
I am thinking about migrating to one of these solutions, but I am not sure what to expect. I see the worker mode when the application is loaded and handling requests as a big advantage, especially for large apps where the bootstrap of the container is quite long. Also, the possibility of having a connection pool is great, and should significantly help to relieve the database. However, potential memory leaks and other problems that are quite popular in many PHP apps, probably make the migration hard.
You must log in or register to comment.