discussion about optimise mysql to handle a high traffic website.
【程序编程相关:锁定控制台的一个脚本】 【推荐阅读:stty技巧小全】 【扩展信息:如何为普通用户分配特权】tim cto, digital content solutions mysql settings, many concurrent users. i run a site for a client that has over 3000 users that log in for about 5-7 hours per day each. so, at peak times, we have to handle about 2000 concurrent users. when configured correctly, php and mysql can handle this load wonderfully on fairly cheap intel architecture. first off, hardware. 1) it is better to have 2 separate servers for apache/php and mysql with the linux of your choice. 2) try not to run too much else on either box; leave the resources for apache/php and mysql. here are the specs on each box in my config: 1) apache/php: pentium 3, 600 mhz, 512 megs ram. 2) mysql: dual pentium 3, 750 mhz (1500 mhz total), 2 gigs ram.
tuning mysql
discussion about optimise mysql to handle a high traffic website.
tim cto, digital content solutions mysql settings, many concurrent users. i run a site for a client that has over 3000 users that log in for about 5-7 hours ... 下一页