logoalt Hacker News

jack_ppyesterday at 4:08 AM4 repliesview on HN

You trade having to compile for actually having code that can scale


Replies

ericdyesterday at 4:27 AM

Not sure what you’re talking about, I scaled to millions of users on a pair of boxes with PHP, and its page generation time absolutely crushed Rails/Django times. Apache with mod PHP auto scales wonderfully.

lelanthranyesterday at 5:13 AM

It scales just fine the same way everything else scales: put a load balancer in front of multiple instances of your app.

vachinayesterday at 4:34 AM

It can scale by the virtue of spending a lot less time processing the request

spiderfarmeryesterday at 11:59 AM

You don't know anything about the PHP ecosystem and it shows.