i was just playing with the server limit & Thread limit in the Apache server config <httpd.conf>..
and if i am not wrong then in the config file
server limit x thread limit = maximum client.
so i tried with various combination ie. (160,1) server limit,thread limit (16,10) (80,2) and during the test i observed that in every case i got the same Throughput and TPS <Transaction per second> which means while changing these values there is no much effect on the performance...
but if we look at the memory point of view 160,1 should used most memory and 16,10 should used the least..because more memory needed to spawn the new child process...
so if we talk in terms of Throughput and TPS , can somebody suggest what else component in the config file can effect the throughput ...or any sweet config which can increase the throughput with out effecting other things...