TheFilmGod Posted January 23, 2008 Share Posted January 23, 2008 PHP performance - with over 1,000 concurrent users and about 100 page requests per second - will php manage? Can you tell me the performance of php? I know php has been used on a big sites, but is there something I can do to improve its performance? I don't want to dive into Mysql for this topic - but that bothers me too. Any suggestions/ideas? Link to comment https://forums.phpfreaks.com/topic/87319-php-performance/ Share on other sites More sharing options...
cooldude832 Posted January 23, 2008 Share Posted January 23, 2008 PHP performance - with over 1,000 concurrent users and about 100 page requests per second - will php manage? Can you tell me the performance of php? I know php has been used on a big sites, but is there something I can do to improve its performance? I don't want to dive into Mysql for this topic - but that bothers me too. Any suggestions/ideas? Well seeing as php has no control on hardware specs of your server that is irrelevant. That isn't a terrible amount, but the question is not whatever or not "php" can do it, but if your server hardware specs and network stats are there. Php performance variance from other scripting languages like asp is so minute that you have to look at the quality of the scripting vs the performance of a language. If you write crap you get crap its that simple If your server is a hamster wheel in a box then don't expect more out of it. Link to comment https://forums.phpfreaks.com/topic/87319-php-performance/#findComment-446605 Share on other sites More sharing options...
ziv Posted January 23, 2008 Share Posted January 23, 2008 wikipedia and facebook using php and it seems to work fine, don't you think so? Link to comment https://forums.phpfreaks.com/topic/87319-php-performance/#findComment-446740 Share on other sites More sharing options...
awpti Posted January 23, 2008 Share Posted January 23, 2008 Sure. On a multi-homed/balanced network. Read the documentation for MediaWiki (and it's optimal server setup). Bad comparison. Anything would run well in that environment. Link to comment https://forums.phpfreaks.com/topic/87319-php-performance/#findComment-446781 Share on other sites More sharing options...
cooldude832 Posted January 23, 2008 Share Posted January 23, 2008 Sure. On a multi-homed/balanced network. Read the documentation for MediaWiki (and it's optimal server setup). Bad comparison. Anything would run well in that environment. That just supports my fact that crap runs like crap Link to comment https://forums.phpfreaks.com/topic/87319-php-performance/#findComment-446997 Share on other sites More sharing options...
Trium918 Posted January 23, 2008 Share Posted January 23, 2008 Sure. On a multi-homed/balanced network. Read the documentation for MediaWiki (and it's optimal server setup). Bad comparison. Anything would run well in that environment. That just supports my fact that crap runs like crap Garbage In = Garbage Out Link to comment https://forums.phpfreaks.com/topic/87319-php-performance/#findComment-447111 Share on other sites More sharing options...
Nhoj Posted January 23, 2008 Share Posted January 23, 2008 A lot depends on the quality of the coding itself.... As stated before... I'm highly certain you could higher a crap php developer, and a professional one who knows about performace, have them create a script that does the exact same thing, put them on two identical boxes and watch one highly outperform the other... The question as to whether or not the language itself can handle it is irrelevent.. The question is, can the hardware support it and how well is the code written.... Crappy coding can make a very big difference and create a lot of overhead on even the most powerful machines. Link to comment https://forums.phpfreaks.com/topic/87319-php-performance/#findComment-447116 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.