mysql - how to manage server load when million of users hit at once in my php website? -


i new php development, working on website social networking site , having more 5000 members. website has built in dolphin-boonex php.

however website running smooth no problem. afraid after 5 years if million of users hit @ same time, happen? breakdown. how overcome problem. how facebook manage load on server every minute has millions of hit @ time.

please me ideas, link. programming methodology should use this? how should database manage?

thanks,

this not as php question operating systems question. serve 1 million users use linux virtual server load balances traffic between several machine or consider cloud service.

but mark baker suggested, quite unlikely have deal many requests.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -