Hacker News new | ask | show | jobs
by g_m_m 778 days ago
PHP is fine, the problem is one request per worker, but for small projects not so important.
2 comments

They fixed that limitation with Swoole and other Fiber based frameworks.

https://openswoole.com/

Why is that a problem? I have always considered it as something of a feature. I guess at massive scale it might be a hassle but are there other reasons?