4 ms·
still, no proper multithreading, in comparison with Java, C#, Elixir...
by kangoo1707 6y ago
still, no proper multithreading, in comparison with Java, C#, Elixir...
- ainiriand 6y agoDefine proper please.
- Piskvorrr 6y ago"No true Scotsman," I'd wager.
- kangoo1707 6y agoNo native support for concurrency operators, no real event loop implementation, lack built-in support for non-blocking IO... I do Elixir regularly and Actor Model is not something PHP developers know
- Spivak 6y agoIs this just a long way of saying it doesn’t have “async” because threads are a perfectly fine concurrency primitive that you can build event loops on top of.
- eithed 6y agoThere is async in PHP
- macinjosh 6y ago> I do Elixir regularly and Actor Model is not something PHP developers know /me clutches pearls What a travesty! I wish, I, a lowly, stupid PHP developer was smart enough to know about the Actor model! /s
- Eremotherium 6y agoLook into ReactPHP, Swoole and Spatie
- Can_Not 6y agoNot being a BEAM language is not unique to PHP or it's relevant peer languages.