ceevee Posted August 4, 2008 Share Posted August 4, 2008 Hi everyone ! Can any let me know what kind of things i must be concerned with if I'm going to have around 200 millions users running a PHP script on my server ? Thanks, Ceevee Link to comment https://forums.phpfreaks.com/topic/118170-load-balance-on-server-running-a-php-script/ Share on other sites More sharing options...
DarkWater Posted August 4, 2008 Share Posted August 4, 2008 Yeah. You need to be concerned with not overusing your bandwidth. =P But that shouldn't be a problem if you buy a dedicated server, which you would have to if you expect 200 million users. Though I'd assume that someone who can code a site that will attract 200 million people would know that by now. >_> Link to comment https://forums.phpfreaks.com/topic/118170-load-balance-on-server-running-a-php-script/#findComment-608043 Share on other sites More sharing options...
ceevee Posted August 4, 2008 Author Share Posted August 4, 2008 I'm new to php , may be an hour old .. This is an interview question by a super big company !! So, having a dedicated server alone will suffice to handle such large number of users? Thanks ! Link to comment https://forums.phpfreaks.com/topic/118170-load-balance-on-server-running-a-php-script/#findComment-608046 Share on other sites More sharing options...
DarkWater Posted August 4, 2008 Share Posted August 4, 2008 Oh, no. I figured you had experience and were actually going to try and make a big site like that, so I figured you knew the basics of security and optimization. You'll probably need a good code cache system, a dedicated (or multiple dedicated) server(s), optimized code (no superfluous functions, etc), and it needs to be secure. Link to comment https://forums.phpfreaks.com/topic/118170-load-balance-on-server-running-a-php-script/#findComment-608049 Share on other sites More sharing options...
ceevee Posted August 4, 2008 Author Share Posted August 4, 2008 Thanks a lot ! Link to comment https://forums.phpfreaks.com/topic/118170-load-balance-on-server-running-a-php-script/#findComment-608055 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.