Hello,
I am running Apache 2.2.11 on a suse linux box with PHP 5 and MySQL 5.
The system gets very slow with about 100 concurrent connections and above (measured with ps -ef | grep httpd | wc -l) . I recently hat 160 connections with a load of 24 measured with top and apache delivered the page in about 20s. Problem with that is, that the access log shows that other users have the same problem and PI go down despite the fact that there are many users that want to access.
Hardware is: amd dual core opteron 1218HE, 4Gig RAM
My questions are:
- How many connections do you think are possible on the system? Maybe it is not configured that well and I could improve it.
- Do you believe it would be good to redirect connections above 100 to a static page that tells the user system is overloaded. If yes, how?
- Should I place the number of concurrent connections down? Currently 200.
Thank you for any help!
Merlin