I have a big problem, My Apache server use 50% of CPU when I have many visits, my website have only 30 000 pages viewed/day and many static content, but the server load is between 10% and 50%, I am on Windows. My current MPM settings are :
<IfModule mpm_winnt_module>
ThreadsPerChild 750
MaxRequestsPerChild 10000
</IfModule>
My server is : Intel® Core™2 Duo T5500 (2*1,66Ghz), 2GB RAM
How can I solve this problem ?