Hacker News new | ask | show | jobs
by dvlsg 2859 days ago
And don't you have to reopen database connections for each php request? Even that seems fairly difficult to scale, unless there's a way around it that I'm not aware of (I don't use php very often, definitely not at scale).
1 comments

Of course not. Connection pooling is the most basic feature of any database library. It would be really shocking if PHP didn't do that.