|
|
|
|
|
by jacquesm
6000 days ago
|
|
I am involved with two very high volume sites, one is written in Java using tomcat as the server and it needs 3 servers to handle between 650K and 1.5M uniques daily, server load is ok but fairly high, the other is a PHP based service that serves up 1.8 million pages on a good day to 50K uniques, the server load on that box is a relaxed 0.6. When used properly PHP is performing quite well. Note that this is without any front-end caching, each page gets generated anew. |
|