|
|
|
|
|
by m-a-r-c-e-l
220 days ago
|
|
That's incorrect. PHP has concurrency included. On the other hand, in 99.99% of web applications you do not need self baked concurrency. Instead use a queue system which handles this. I've used this with 20 million background jobs per day without hassles, it scales very well horizontally und vertically. |
|