|
|
|
|
|
by EGreg
3307 days ago
|
|
PHP is fast, faster than Node.js even. But in practice, the Node.js ecosystem is all built around evented I/O and PHP has to execute them one at a time. (Well, actually with libraries like Kraken and ReactPHP and amp, you can have an event loop, but there are not that many I/O options for you.) |
|