Hello,
I'm pretty new to Linux and apache admin.
I've set up apache2 on Ubuntu 10.04 with php5 with fastcgi and xcache for opcode caching.
When loading a php page with 1 concurrent connection I'm getting 500ms response time while even few concurrents get worse response times - 2000ms for 5 concurrents (using ab -c5 for testing)
The cpu utilization is ~40% and there ismore than 700MB of free RAM
The server has prefork installed and I've tried changing the mpm settings but it didn't help.
What could be the problem? IS it reasonable to get 4 times slower response times for only 5 concurrent connections?
Thanks!