|
|
|
|
|
by user5994461
2867 days ago
|
|
>>> And it can scale just fine, easily as well as Python or Ruby if you dig into how to do it right. The webserver is scaled by just adding more instances in parallel with a load balancer. It's the database that needs to scale and that's the challenge. |
|
One of the biggest problems with PHP, IMO, is that most of the code you'll find online is extremely old, and probably will give you terrible advice, using old deprecated mysql libraries, etc.