Live data from Hacker News

Ask HN: Server Infrastructure recommendations for a PHP app

news.ycombinator.com

11–14 of 14 posts

Re: Ask HN: Server Infrastructure recommendations for a PHP app

#11
post #3

For an application with the traffic and size of twitter, you're going to need at least three dedicated DBAs managing your MySQL installation (never have an even number of DBAs - it leads to tyranny), which is probably going to be spread out across a cluster of replicated servers. You're going to have a very beefy load balancer, behind which sits a bunch of nginx installs and you'll have likely thrown CI out the windo…

> never have an even number of DBAs - it leads to tyranny Please explain.

It's the same reason you never want an even number of supreme court justices. In the courts, it would lead to deadlock. In the server room, it will lead to bloodshed.

Re: Ask HN: Server Infrastructure recommendations for a PHP app

#14
post #3

For an application with the traffic and size of twitter, you're going to need at least three dedicated DBAs managing your MySQL installation (never have an even number of DBAs - it leads to tyranny), which is probably going to be spread out across a cluster of replicated servers. You're going to have a very beefy load balancer, behind which sits a bunch of nginx installs and you'll have likely thrown CI out the windo…

I'll try the React framework for Node+PHP. We'll see how that goes... but wait, why isnt CI useful enough?
Post reply on HN